Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
mergeplanes |
| ) |
|
◆ init()
◆ query_formats()
◆ process_frame()
◆ config_output()
◆ activate()
◆ uninit()
◆ mergeplanes_options
Initial value:= {
}
planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
Definition at line 53 of file vf_mergeplanes.c.
◆ mergeplanes_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 290 of file vf_mergeplanes.c.
◆ ff_vf_mergeplanes
Initial value:= {
.name = "mergeplanes",
.priv_class = &mergeplanes_class,
}
static av_cold int init(AVFilterContext *ctx)
static int query_formats(AVFilterContext *ctx)
#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)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int activate(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad mergeplanes_outputs[]
Definition at line 299 of file vf_mergeplanes.c.