Searched refs:ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM (Results 1 – 3 of 3) sorted by relevance
443 #define ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM (1 << 1) macro
273 …"empty_output_stream", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM }, .… in opt_abort_on()
4856 if (!ost->packets_written && (abort_on_flags & ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM)) { in transcode()