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/
H A Dffmpeg.h448 #define ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM (1 << 1) macro
H A Dffmpeg_opt.c355 { "empty_output_stream", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM }, .unit = "flags" }, in opt_abort_on()
H A Dffmpeg.c4418 if (!ost->packets_written && (abort_on_flags & ABORT_ON_FLAG_EMPTY_OUTPUT_STREAM)) { in transcode()

Completed in 15 milliseconds