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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenc.h191 #define FF_MOV_FLAG_FASTSTART 128 macro
H A Dmovenc.c61 { "faststart", "Run a second pass to put the index (moov atom) at the beginning of the file", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_FASTSTART}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
3927 if (mov->flags & FF_MOV_FLAG_FASTSTART) {
3932 mov->flags &= ~FF_MOV_FLAG_FASTSTART;
4167 if (mov->flags & FF_MOV_FLAG_FASTSTART)
4384 if (mov->flags & FF_MOV_FLAG_FASTSTART) {

Completed in 97 milliseconds