Commit 0bb943ba authored by Rosen Penev's avatar Rosen Penev Committed by Max Kellermann

FfmpegDecoderPlugin: add WAV support

parent 80a0cf69
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)
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment