Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
freezeframes |
| ) |
|
◆ config_output()
◆ activate()
◆ uninit()
◆ freezeframes_options
◆ freezeframes_inputs
Initial value:= {
{
.name = "source",
},
{
.name = "replace",
},
}
Definition at line 137 of file vf_freezeframes.c.
◆ freezeframes_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 149 of file vf_freezeframes.c.
◆ ff_vf_freezeframes
Initial value:= {
.name = "freezeframes",
.priv_class = &freezeframes_class,
}
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad freezeframes_inputs[]
static int activate(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad freezeframes_outputs[]
Definition at line 158 of file vf_freezeframes.c.