FfmpegDecoderPlugin: add WAV support

This commit is contained in:
Rosen Penev 2020-01-31 17:49:31 -08:00 committed by Max Kellermann
parent 80a0cf694f
commit 0bb943ba3e
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@ -1,5 +1,6 @@
ver 0.21.20 (not yet released)
* decoder
- ffmpeg: handle MIME type "audio/wav"
- vorbis, opus: fix seeking in small files
ver 0.21.19 (2020/01/17)

View File

@ -775,6 +775,7 @@ static const char *const ffmpeg_mime_types[] = {
"audio/qcelp",
"audio/vorbis",
"audio/vorbis+ogg",
"audio/wav",
"audio/x-8svx",
"audio/x-16sv",
"audio/x-aac",