Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ init()
◆ filter_frame()
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
shuffleframes |
| ) |
|
◆ shuffleframes_options
◆ shuffleframes_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
Definition at line 142 of file vf_shuffleframes.c.
◆ shuffleframes_outputs
◆ ff_vf_shuffleframes
Initial value:= {
.name = "shuffleframes",
.priv_class = &shuffleframes_class,
}
#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 NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad shuffleframes_outputs[]
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad shuffleframes_inputs[]
static av_cold void uninit(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx)
Definition at line 159 of file vf_shuffleframes.c.