Searched refs:FF_MOV_FLAG_SEPARATE_MOOF (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.h188 #define FF_MOV_FLAG_SEPARATE_MOOF 16 macro
H A Dmovenc.c58 { "separate_moof", "Write separate moof/mdat atoms for each track", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_SEPARATE_MOOF}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
2797 !(mov->flags & FF_MOV_FLAG_SEPARATE_MOOF) &&
3267 if (mov->flags & FF_MOV_FLAG_SEPARATE_MOOF)
3290 if (mov->flags & FF_MOV_FLAG_SEPARATE_MOOF) {
3923 mov->flags |= FF_MOV_FLAG_EMPTY_MOOV | FF_MOV_FLAG_SEPARATE_MOOF |

Completed in 168 milliseconds