]> git.sesse.net Git - ffmpeg/commit
avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeed
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 16 Jan 2016 16:28:34 +0000 (17:28 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 19 Jan 2016 15:46:30 +0000 (16:46 +0100)
commitb0c57206d583517a5ea35dd7f365f8260d9106f2
treef6892799dd52035deee15b0aeac15d3c1d27b1cd
parentd91718107c33960ad295950d7419e6dba292d723
avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeed

If the filename isnt set by the user application then the code behaves like before

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/hls.c