Home
last modified time | relevance | path

Searched refs:ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h443 #define ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM (1 << 1) macro
Dffmpeg_opt.c273 …"empty_output_stream", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM }, .… in opt_abort_on()
Dffmpeg.c4856 if (!ost->packets_written && (abort_on_flags & ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM)) { in transcode()