Searched refs:ABORT_ON_FLAG_EMPTY_OUTPUT (Results 1 – 3 of 3) sorted by relevance
442 #define ABORT_ON_FLAG_EMPTY_OUTPUT (1 << 0) macro
272 …{ "empty_output" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = ABORT_ON_FLAG_EMPTY_OUTPUT },… in opt_abort_on()
4862 if (!total_packets_written && (abort_on_flags & ABORT_ON_FLAG_EMPTY_OUTPUT)) { in transcode()