Go to the source code of this file.
Initial value:= {
{
"map0",
"Index of the input plane to be used as the first output plane ",
OFFSET(map[0]),
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 4,
FLAGS },
{
"map1",
"Index of the input plane to be used as the second output plane ",
OFFSET(map[1]),
AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 4,
FLAGS },
{
"map2",
"Index of the input plane to be used as the third output plane ",
OFFSET(map[2]),
AV_OPT_TYPE_INT, { .i64 = 2 }, 0, 4,
FLAGS },
{
"map3",
"Index of the input plane to be used as the fourth output plane ",
OFFSET(map[3]),
AV_OPT_TYPE_INT, { .i64 = 3 }, 0, 4,
FLAGS },
}
Definition at line 129 of file vf_shuffleplanes.c.
Initial value:= {
.class_name = "shuffleplanes",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption shuffleplanes_options[]
Definition at line 137 of file vf_shuffleplanes.c.
Initial value:= {
{
.name = "default",
},
}
AVFrame * ff_null_get_video_buffer(AVFilterLink *link, int w, int h)
static int shuffleplanes_filter_frame(AVFilterLink *inlink, AVFrame *frame)
static av_cold int shuffleplanes_config_input(AVFilterLink *inlink)
Definition at line 144 of file vf_shuffleplanes.c.
Initial value:= {
.name = "shuffleplanes",
}
static const AVFilterPad outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass shuffleplanes_class
static const AVFilterPad shuffleplanes_outputs[]
static const AVFilterPad inputs[]
static const AVFilterPad shuffleplanes_inputs[]
Definition at line 163 of file vf_shuffleplanes.c.