FF_MOV_FLAG_FRAG_DISCONT 67 libavformat/movenc.c { "frag_discont", "Signal that the next fragment is discontinuous from earlier ones", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_FRAG_DISCONT}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" }, FF_MOV_FLAG_FRAG_DISCONT 4422 libavformat/movenc.c if (mov->flags & FF_MOV_FLAG_FRAG_DISCONT) { FF_MOV_FLAG_FRAG_DISCONT 4426 libavformat/movenc.c mov->flags &= ~FF_MOV_FLAG_FRAG_DISCONT;