Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
weave |
| ) |
|
Initial value:= {
}
static int first_field(const struct video_data *s)
Definition at line 40 of file vf_weave.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 125 of file vf_weave.c.
Initial value:= {
{
.name = "default",
},
}
static int config_props_output(AVFilterLink *outlink)
Definition at line 134 of file vf_weave.c.
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.