Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
random |
| ) |
|
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 111 of file vf_random.c.
Initial value:= {
{
.name = "default",
},
}
static int request_frame(AVFilterLink *outlink)
Definition at line 120 of file vf_random.c.
Initial value:= {
.name = "random",
.priv_class = &random_class,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static av_cold int init(AVFilterContext *ctx)
static const AVFilterPad random_outputs[]
static const AVFilterPad random_inputs[]
Definition at line 129 of file vf_random.c.