Searched refs:opt_repeatlast (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | framesync.c | 44 …{ "repeatlast", "extend last frame of secondary streams beyond EOF", OFFSET(opt_repeatlast), AV_OP… 128 if (!fs->opt_repeatlast || fs->opt_eof_action == EOF_ACTION_PASS) { in ff_framesync_configure() 129 fs->opt_repeatlast = 0; in ff_framesync_configure() 136 if (!fs->opt_repeatlast) { in ff_framesync_configure()
|
D | framesync.h | 205 int opt_repeatlast; member
|
D | vf_overlay_cuda.c | 411 …{ "repeatlast", "repeat overlay of the last overlay frame", OFFSET(fs.opt_repeatlast), AV_OPT_TYPE…
|
D | vf_overlay_qsv.c | 99 …{ "repeatlast", "repeat overlay of the last overlay frame", OFFSET(fs.opt_repeatlast), AV_OPT_TYPE…
|
D | vf_paletteuse.c | 943 s->fs.opt_repeatlast = 1; // only 1 frame in the palette in config_output()
|
D | vf_overlay.c | 1077 …{ "repeatlast", "repeat overlay of the last overlay frame", OFFSET(fs.opt_repeatlast), AV_OPT_TYPE…
|