Home
last modified time | relevance | path

Searched refs:ABORT_ON_FLAG_EMPTY_OUTPUT (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg.h447 #define ABORT_ON_FLAG_EMPTY_OUTPUT (1 << 0) macro
H A Dffmpeg_opt.c354 { "empty_output" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = ABORT_ON_FLAG_EMPTY_OUTPUT }, .unit = "flags" }, in opt_abort_on()
H A Dffmpeg.c4424 if (!total_packets_written && (abort_on_flags & ABORT_ON_FLAG_EMPTY_OUTPUT)) { in transcode()

Completed in 14 milliseconds