Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ query_formats()
◆ init()
◆ process_frame()
◆ config_output()
◆ uninit()
◆ activate()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
mix |
| ) |
|
◆ mix_options
Initial value:
Definition at line 251 of file vf_mix.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 261 of file vf_mix.c.
◆ ff_vf_mix
Initial value:= {
.name = "mix",
.priv_class = &mix_class,
}
#define AVFILTER_FLAG_DYNAMIC_INPUTS
The number of the filter inputs is not determined just by AVFilter.inputs.
static av_cold void uninit(AVFilterContext *ctx)
static int activate(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int query_formats(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx)
static const AVFilterPad outputs[]
Definition at line 272 of file vf_mix.c.