LIST_TYPE_M3U8    296 libavformat/segment.c     if (seg->list_type == LIST_TYPE_M3U8 && seg->segment_list_entries) {
LIST_TYPE_M3U8    333 libavformat/segment.c     case LIST_TYPE_M3U8:
LIST_TYPE_M3U8    378 libavformat/segment.c         if (seg->list_size || seg->list_type == LIST_TYPE_M3U8) {
LIST_TYPE_M3U8    406 libavformat/segment.c             if (seg->list_type == LIST_TYPE_M3U8 && is_last)
LIST_TYPE_M3U8    726 libavformat/segment.c             else if (av_match_ext(seg->list, "m3u8")) seg->list_type = LIST_TYPE_M3U8;
LIST_TYPE_M3U8    730 libavformat/segment.c         if (!seg->list_size && seg->list_type != LIST_TYPE_M3U8) {
LIST_TYPE_M3U8   1065 libavformat/segment.c     { "m3u8", "M3U8 format",     0, AV_OPT_TYPE_CONST, {.i64=LIST_TYPE_M3U8 }, INT_MIN, INT_MAX, E, "list_type" },
LIST_TYPE_M3U8   1066 libavformat/segment.c     { "hls", "Apple HTTP Live Streaming compatible", 0, AV_OPT_TYPE_CONST, {.i64=LIST_TYPE_M3U8 }, INT_MIN, INT_MAX, E, "list_type" },