Searched refs:EOF_ACTION_ENDALL (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | framesync.c | 41 …ll", "End both streams.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_ENDALL }, .flags = … 132 if (fs->opt_shortest || fs->opt_eof_action == EOF_ACTION_ENDALL) { in ff_framesync_configure() 134 fs->opt_eof_action = EOF_ACTION_ENDALL; in ff_framesync_configure()
|
D | framesync.h | 28 EOF_ACTION_ENDALL, enumerator
|
D | vf_overlay_cuda.c | 408 …ll", "End both streams.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_ENDALL }, .flags = …
|
D | vf_overlay_qsv.c | 96 …ll", "End both streams.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_ENDALL }, .flags = …
|
D | vf_overlay.c | 1062 …ll", "End both streams.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_ENDALL }, .flags = …
|