Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
mergeplanes |
| ) |
|
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.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
static int request_frame(AVFilterLink *outlink)
Definition at line 296 of file vf_mergeplanes.c.
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 const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static const AVFilterPad mergeplanes_outputs[]
Definition at line 306 of file vf_mergeplanes.c.