Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ init()
◆ filter_frame()
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
shuffleframes | | ) |
|
◆ shuffleframes_options
Initial value:= {
}
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 135 of file vf_shuffleframes.c.
◆ shuffleframes_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 142 of file vf_shuffleframes.c.
◆ ff_vf_shuffleframes
Initial value:= {
.p.name = "shuffleframes",
.p.priv_class = &shuffleframes_class,
}
int(* init)(AVBSFContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
static av_cold void uninit(AVBitStreamFilterContext *ctx)
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad shuffleframes_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 150 of file vf_shuffleframes.c.