Searched refs:FF_MOV_FLAG_EMPTY_MOOV (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.h186 #define FF_MOV_FLAG_EMPTY_MOOV 4 macro
H A Dmovenc.c56 { "empty_moov", "Make the initial moov atom empty (not supported by QuickTime)", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_EMPTY_MOOV}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
3227 if (!(mov->flags & FF_MOV_FLAG_EMPTY_MOOV) && mov->fragments == 0) {
3916 mov->flags & (FF_MOV_FLAG_EMPTY_MOOV |
3923 mov->flags |= FF_MOV_FLAG_EMPTY_MOOV | FF_MOV_FLAG_SEPARATE_MOOF |
4217 if (mov->flags & FF_MOV_FLAG_EMPTY_MOOV) {

Completed in 72 milliseconds