aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2025-04-06 12:47:34 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2025-04-29 22:59:24 +0200
commitd82016c7302e0ede8626fc3d92f1418c567fbab4 (patch)
tree844db21e65e5ed36bd6345142e2c4844859648ab
parent68644994fd7cf55613e8b17bcc95b29226285ec5 (diff)
downloadffmpeg-d82016c7302e0ede8626fc3d92f1418c567fbab4.tar.gz
avformat/hls: add fmp4 to allowed_extensions
Fixes: yt-dlp/issues/12700 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--libavformat/hls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/hls.c b/libavformat/hls.c
index 43b0596df9..f2b98a6d72 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -2770,6 +2770,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,vtt,wav,webvtt"
",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",