[FFmpeg-devel] [PATCH 4/4] avformat/hls: add fmp4 to allowed_extensions
Michael Niedermayer
michael at niedermayer.cc
Sun Apr 6 14:16:31 EEST 2025
Fixes: yt-dlp/issues/12700
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
libavformat/hls.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/hls.c b/libavformat/hls.c
index 760a354ab90..df0823260a0 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -2631,6 +2631,7 @@ static const AVOption hls_options[] = {
{.str = "3gp,aac,avi,ac3,eac3,flac,mkv,m3u8,m4a,m4s,m4v,mpg,mov,mp2,mp3,mp4,mpeg,mpegts,ogg,ogv,oga,ts,vob,wav"
",cmfv,cmfa" // Ticket11526 www.nicovideo.jp
",ec3" // part of Ticket11435 (Elisa Viihde (Finnish online recording service))
+ ",fmp4" // https://github.com/yt-dlp/yt-dlp/issues/12700
},
INT_MIN, INT_MAX, FLAGS},
{"extension_picky", "Be picky with all extensions matching",
--
2.49.0
More information about the ffmpeg-devel
mailing list