LIST_TYPE_M3U8 264 libavformat/segment.c if (seg->list_type == LIST_TYPE_M3U8 && seg->segment_list_entries) { LIST_TYPE_M3U8 301 libavformat/segment.c case LIST_TYPE_M3U8: LIST_TYPE_M3U8 337 libavformat/segment.c if (seg->list_size || seg->list_type == LIST_TYPE_M3U8) { LIST_TYPE_M3U8 365 libavformat/segment.c if (seg->list_type == LIST_TYPE_M3U8 && is_last) LIST_TYPE_M3U8 634 libavformat/segment.c else if (av_match_ext(seg->list, "m3u8")) seg->list_type = LIST_TYPE_M3U8; LIST_TYPE_M3U8 891 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 892 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" },