FF_MOV_FLAG_FRAG_DISCONT   77 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 5754 libavformat/movenc.c     if (mov->flags & FF_MOV_FLAG_FRAG_DISCONT) {
FF_MOV_FLAG_FRAG_DISCONT 5758 libavformat/movenc.c         mov->flags &= ~FF_MOV_FLAG_FRAG_DISCONT;