Home
last modified time | relevance | path

Searched refs:FF_MOV_FLAG_FASTSTART (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmovenc.h249 #define FF_MOV_FLAG_FASTSTART (1 << 7) macro
Dmovenc.c71 …tom) at the beginning of the file", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_FASTSTART}, INT_MIN,…
6474 if (mov->flags & FF_MOV_FLAG_FASTSTART) { in mov_init()
6847 if (mov->flags & FF_MOV_FLAG_FASTSTART) in mov_write_header()
7113 if (mov->flags & FF_MOV_FLAG_FASTSTART) { in mov_write_trailer()