Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
freezeframes | | ) |
|
◆ config_output()
◆ activate()
◆ uninit()
◆ freezeframes_options
Initial value:= {
}
@ AV_OPT_TYPE_INT64
Underlying C type is int64_t.
Definition at line 40 of file vf_freezeframes.c.
◆ freezeframes_inputs
Initial value:= {
{
.name = "source",
},
{
.name = "replace",
},
}
Definition at line 139 of file vf_freezeframes.c.
◆ freezeframes_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVBitStreamFilterLink *outlink)
Definition at line 150 of file vf_freezeframes.c.
◆ ff_vf_freezeframes
Initial value:= {
.p.name = "freezeframes",
.p.priv_class = &freezeframes_class,
}
static av_cold void uninit(AVBitStreamFilterContext *ctx)
static int activate(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 freezeframes_inputs[]
static const AVFilterPad freezeframes_outputs[]
Definition at line 158 of file vf_freezeframes.c.