Go to the source code of this file.
◆ OFFSET
◆ VF
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
tpad |
| ) |
|
◆ query_formats()
◆ activate()
◆ config_input()
◆ uninit()
◆ tpad_options
Initial value:= {
{
"start",
"set the number of frames to delay input",
OFFSET(pad_start),
AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX,
VF },
{
"stop",
"set the number of frames to add after input finished",
OFFSET(pad_stop),
AV_OPT_TYPE_INT, {.i64=0}, -1, INT_MAX, VF },
{
"start_mode",
"set the mode of added frames to start",
OFFSET(start_mode),
AV_OPT_TYPE_INT, {.i64=0}, 0, 1,
VF,
"mode" },
{
"stop_mode",
"set the mode of added frames to end",
OFFSET(stop_mode),
AV_OPT_TYPE_INT, {.i64=0}, 0, 1,
VF,
"mode" },
{
"start_duration",
"set the duration to delay input",
OFFSET(start_duration),
AV_OPT_TYPE_DURATION, {.i64=0}, 0, INT64_MAX, VF },
}
Definition at line 52 of file vf_tpad.c.
◆ tpad_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
Definition at line 191 of file vf_tpad.c.
◆ tpad_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 200 of file vf_tpad.c.
◆ ff_vf_tpad
Initial value:= {
.name = "tpad",
.priv_class = &tpad_class,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static int activate(AVFilterContext *ctx)
static const AVFilterPad tpad_outputs[]
static const AVFilterPad tpad_inputs[]
static int query_formats(AVFilterContext *ctx)
Definition at line 208 of file vf_tpad.c.