Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Doptions_table.h52 {"nobuffer", "reduce the latency introduced by optional buffering", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_NOBUFFER }, 0, INT_MAX, D, "fflags"},
H A Davformat.h1363 #define AVFMT_FLAG_NOBUFFER 0x0040 ///< Do not buffer frames when possible macro
H A Ddemux.c2638 if (!(ic->flags & AVFMT_FLAG_NOBUFFER)) { in avformat_find_stream_info()
2726 if (ic->flags & AVFMT_FLAG_NOBUFFER) in avformat_find_stream_info()
2766 if (ic->flags & AVFMT_FLAG_NOBUFFER) in avformat_find_stream_info()

Completed in 8 milliseconds