FF_MOV_FLAG_SEPARATE_MOOF   68 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 5292 libavformat/movenc.c         if (mov->flags & FF_MOV_FLAG_SEPARATE_MOOF || mov->frag_interleave)
FF_MOV_FLAG_SEPARATE_MOOF 5328 libavformat/movenc.c         if (mov->flags & FF_MOV_FLAG_SEPARATE_MOOF) {
FF_MOV_FLAG_SEPARATE_MOOF 6283 libavformat/movenc.c         mov->flags |= FF_MOV_FLAG_EMPTY_MOOV | FF_MOV_FLAG_SEPARATE_MOOF |
FF_MOV_FLAG_SEPARATE_MOOF 6342 libavformat/movenc.c         mov->flags & (FF_MOV_FLAG_OMIT_TFHD_OFFSET | FF_MOV_FLAG_SEPARATE_MOOF)) {