Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ query_formats()
◆ shuffleplanes_config_input()
◆ shuffleplanes_filter_frame()
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
shuffleplanes | | ) |
|
◆ shuffleplanes_options
Initial value:= {
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
const VDPAUPixFmtMap * map
Definition at line 140 of file vf_shuffleplanes.c.
◆ shuffleplanes_inputs
Initial value:= {
{
.name = "default",
},
}
static int shuffleplanes_filter_frame(AVFilterLink *inlink, AVFrame *frame)
static av_cold int shuffleplanes_config_input(AVFilterLink *inlink)
Definition at line 150 of file vf_shuffleplanes.c.
◆ ff_vf_shuffleplanes
Initial value:= {
.p.name = "shuffleplanes",
.p.priv_class = &shuffleplanes_class,
}
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_QUERY_FUNC2(func)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad shuffleplanes_inputs[]
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
Definition at line 159 of file vf_shuffleplanes.c.