avformat/hls: Add ec3 to allowed_extensions
Fixes part of Ticket11435 Fixes: Elisa Viihde (Finnish online recording service) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
0da6ddfc01
commit
68644994fd
1 changed files with 1 additions and 0 deletions
|
|
@ -2769,6 +2769,7 @@ static const AVOption hls_options[] = {
|
|||
OFFSET(allowed_extensions), AV_OPT_TYPE_STRING,
|
||||
{.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))
|
||||
},
|
||||
INT_MIN, INT_MAX, FLAGS},
|
||||
{"extension_picky", "Be picky with all extensions matching",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue