Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ doubleweave_options
◆ AVFILTER_DEFINE_CLASS() [1/2]
AVFILTER_DEFINE_CLASS |
( |
weave |
| ) |
|
◆ query_formats()
◆ config_props_output()
◆ weave_slice()
◆ filter_frame()
◆ uninit()
◆ init()
◆ AVFILTER_DEFINE_CLASS() [2/2]
AVFILTER_DEFINE_CLASS |
( |
doubleweave |
| ) |
|
◆ weave_options
Initial value:= {
}
static int first_field(const struct video_data *s)
Definition at line 41 of file vf_weave.c.
◆ weave_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 175 of file vf_weave.c.
◆ weave_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_props_output(AVFilterLink *outlink)
Definition at line 184 of file vf_weave.c.
◆ ff_vf_weave
Initial value:= {
.name = "weave",
.priv_class = &weave_class,
}
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
#define flags(name, subs,...)
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad weave_outputs[]
static int query_formats(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad weave_inputs[]
Definition at line 193 of file vf_weave.c.
◆ ff_vf_doubleweave
Initial value:= {
.name = "doubleweave",
.priv_class = &doubleweave_class,
}
static av_cold int init(AVFilterContext *ctx)
Definition at line 218 of file vf_weave.c.