LIST_TYPE_EXT     329 libavformat/segment.c     case LIST_TYPE_EXT:
LIST_TYPE_EXT     725 libavformat/segment.c             else if (av_match_ext(seg->list, "ext" )) seg->list_type = LIST_TYPE_EXT;
LIST_TYPE_EXT     739 libavformat/segment.c     if (seg->list_type == LIST_TYPE_EXT)
LIST_TYPE_EXT    1063 libavformat/segment.c     { "ext",  "extended format", 0, AV_OPT_TYPE_CONST, {.i64=LIST_TYPE_EXT  }, INT_MIN, INT_MAX, E, "list_type" },