Searched refs:EOF_ACTION_ENDALL (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | framesync.c | 41 { "endall", "End both streams.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_ENDALL }, .flags = FLAGS, "eof_action" }, 127 if (fs->opt_shortest || fs->opt_eof_action == EOF_ACTION_ENDALL) { in ff_framesync_configure() 129 fs->opt_eof_action = EOF_ACTION_ENDALL; in ff_framesync_configure()
|
H A D | framesync.h | 28 EOF_ACTION_ENDALL, enumerator
|
H A D | vf_overlay_qsv.c | 95 { "endall", "End both streams.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_ENDALL }, .flags = FLAGS, "eof_action" },
|
H A D | vf_overlay_cuda.c | 534 { "endall", "End both streams.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_ENDALL }, .flags = FLAGS, "eof_action" },
|
H A D | vf_overlay.c | 1065 { "endall", "End both streams.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_ENDALL }, .flags = FLAGS, "eof_action" },
|
Completed in 9 milliseconds