Home
last modified time | relevance | path

Searched refs:opt_shortest (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dframesync.c43 …{ "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()
Dframesync.h206 int opt_shortest; member
Dvf_overlay_cuda.c410 …{ "shortest", "force termination when the shortest input terminates", OFFSET(fs.opt_shortest), AV_…
Dvf_overlay_qsv.c98 …{ "shortest", "force termination when the shortest input terminates", OFFSET(fs.opt_shortest), AV_…
Dvf_overlay.c1067 …{ "shortest", "force termination when the shortest input terminates", OFFSET(fs.opt_shortest), AV_…