Home
last modified time | relevance | path

Searched refs:AVFMT_FLAG_FLUSH_PACKETS (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h43 {"flush_packets", "reduce the latency by flushing out packets immediately", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_FLUSH_PACKETS }, INT_MIN, INT_MAX, E, "fflags"},
H A Dwebm_chunk.c85 oc->flags = s->flags & ~AVFMT_FLAG_FLUSH_PACKETS; in webm_chunk_init()
H A Davformat.h1366 #define AVFMT_FLAG_FLUSH_PACKETS 0x0200 ///< Flush the AVIOContext every packet. macro
H A Dmux.c417 if (s->flush_packets == 1 || s->flags & AVFMT_FLAG_FLUSH_PACKETS) in flush_if_needed()

Completed in 8 milliseconds