Go to the source code of this file.
◆ MAX_FRAMES
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
random | | ) |
|
◆ init()
◆ filter_frame()
◆ request_frame()
◆ uninit()
◆ random_options
Initial value:= {
}
@ AV_OPT_TYPE_INT64
Underlying C type is int64_t.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 45 of file vf_random.c.
◆ random_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 128 of file vf_random.c.
◆ random_outputs
Initial value:= {
{
.name = "default",
},
}
static int request_frame(AVFilterLink *outlink)
Definition at line 136 of file vf_random.c.
◆ ff_vf_random
Initial value:= {
.p.name = "random",
.p.priv_class = &random_class,
}
int(* init)(AVBSFContext *ctx)
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 random_inputs[]
static const AVFilterPad random_outputs[]
Definition at line 144 of file vf_random.c.