Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
weave |
| ) |
|
AVFILTER_DEFINE_CLASS |
( |
doubleweave |
| ) |
|
Initial value:= {
}
static int first_field(const struct video_data *s)
Definition at line 41 of file vf_weave.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 142 of file vf_weave.c.
Initial value:= {
{
.name = "default",
},
}
static int config_props_output(AVFilterLink *outlink)
Definition at line 151 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 160 of file vf_weave.c.
Initial value:= {
.name = "doubleweave",
.priv_class = &doubleweave_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 av_cold int init(AVFilterContext *ctx)
static const AVFilterPad weave_outputs[]
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 183 of file vf_weave.c.