Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ doubleweave_options
◆ AVFILTER_DEFINE_CLASS() [1/2]
AVFILTER_DEFINE_CLASS |
( |
weave |
| ) |
|
◆ config_props_output()
◆ 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 142 of file vf_weave.c.
◆ weave_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_props_output(AVFilterLink *outlink)
Definition at line 151 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 inputs[]
static const AVFilterPad outputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 160 of file vf_weave.c.
◆ ff_vf_doubleweave
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 inputs[]
static const AVFilterPad outputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 183 of file vf_weave.c.