decoder/ffmpeg: add "hls+http://" to the list of supported protocols

This commit is contained in:
Max Kellermann
2020-09-16 16:33:01 +02:00
parent 43e230f543
commit e10b867fe6
2 changed files with 3 additions and 0 deletions

1
NEWS
View File

@@ -10,6 +10,7 @@ ver 0.21.26 (not yet released)
- zzip: fix crash on corrupt ZIP file
* decoder
- ffmpeg: remove "rtsp://" from the list of supported protocols
- ffmpeg: add "hls+http://" to the list of supported protocols
- sndfile: fix lost samples at end of file
ver 0.21.25 (2020/07/06)