Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Doptions_table.h43 …lushing out packets immediately", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_FLUSH_PACKETS }, INT_MI…
Dwebm_chunk.c85 oc->flags = s->flags & ~AVFMT_FLAG_FLUSH_PACKETS; in webm_chunk_init()
Davformat.h1343 #define AVFMT_FLAG_FLUSH_PACKETS 0x0200 ///< Flush the AVIOContext every packet. macro
Dmux.c412 if (s->flush_packets == 1 || s->flags & AVFMT_FLAG_FLUSH_PACKETS) in flush_if_needed()