FF_MOV_FLAG_SEPARATE_MOOF   59 libavformat/movenc.c     { "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" },
FF_MOV_FLAG_SEPARATE_MOOF 4103 libavformat/movenc.c         if (mov->flags & FF_MOV_FLAG_SEPARATE_MOOF)
FF_MOV_FLAG_SEPARATE_MOOF 4126 libavformat/movenc.c         if (mov->flags & FF_MOV_FLAG_SEPARATE_MOOF) {
FF_MOV_FLAG_SEPARATE_MOOF 4838 libavformat/movenc.c         mov->flags |= FF_MOV_FLAG_EMPTY_MOOV | FF_MOV_FLAG_SEPARATE_MOOF |