Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
mix |
| ) |
|
Initial value:
Definition at line 251 of file vf_mix.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 261 of file vf_mix.c.
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.