Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
weave |
| ) |
|
◆ config_props_output()
◆ filter_frame()
◆ uninit()
◆ weave_options
Initial value:= {
}
static int first_field(const struct video_data *s)
Definition at line 40 of file vf_weave.c.
◆ weave_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 125 of file vf_weave.c.
◆ weave_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_props_output(AVFilterLink *outlink)
Definition at line 134 of file vf_weave.c.
◆ ff_vf_weave
Initial value:= {
.name = "weave",
.priv_class = &weave_class,
}
static const AVFilterPad weave_inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad weave_outputs[]
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 143 of file vf_weave.c.