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" },
}
Definition at line 51 of file vf_tpad.c.
◆ tpad_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 199 of file vf_tpad.c.
◆ tpad_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 207 of file vf_tpad.c.
◆ ff_vf_tpad
Initial value:= {
.name = "tpad",
.priv_class = &tpad_class,
}
Definition at line 214 of file vf_tpad.c.