Searched refs:opt_shortest (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | framesync.c | 43 …{ "shortest", "force termination when the shortest input terminates", OFFSET(opt_shortest), AV_OPT… 132 if (fs->opt_shortest || fs->opt_eof_action == EOF_ACTION_ENDALL) { in ff_framesync_configure() 133 fs->opt_shortest = 1; in ff_framesync_configure() 142 if (fs->opt_shortest) { in ff_framesync_configure()
|
D | framesync.h | 206 int opt_shortest; member
|
D | vf_overlay_cuda.c | 410 …{ "shortest", "force termination when the shortest input terminates", OFFSET(fs.opt_shortest), AV_…
|
D | vf_overlay_qsv.c | 98 …{ "shortest", "force termination when the shortest input terminates", OFFSET(fs.opt_shortest), AV_…
|
D | vf_overlay.c | 1067 …{ "shortest", "force termination when the shortest input terminates", OFFSET(fs.opt_shortest), AV_…
|