Skip to content
Snippets Groups Projects
Commit 40e3642d authored by Zhao Zhili's avatar Zhao Zhili Committed by François Cartegnie
Browse files

playlist: m3u: unbreak HLS


Fix #19269

Signed-off-by: default avatarFrancois Cartegnie <fcvlcdev@free.fr>
parent 000910a0
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ static bool IsHLS(const unsigned char *buf, size_t length)
"#EXT-X-VERSION:",
"#EXT-X-TARGETDURATION:",
"#EXT-X-MEDIA-SEQUENCE:",
"#EXT-X-STREAM-INF:",
};
for (size_t i = 0; i < ARRAY_SIZE(hlsexts); i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment