FfmpegDecoderPlugin: add WAV support
This commit is contained in:

committed by
Max Kellermann

parent
80a0cf694f
commit
0bb943ba3e
1
NEWS
1
NEWS
@@ -1,5 +1,6 @@
|
|||||||
ver 0.21.20 (not yet released)
|
ver 0.21.20 (not yet released)
|
||||||
* decoder
|
* decoder
|
||||||
|
- ffmpeg: handle MIME type "audio/wav"
|
||||||
- vorbis, opus: fix seeking in small files
|
- vorbis, opus: fix seeking in small files
|
||||||
|
|
||||||
ver 0.21.19 (2020/01/17)
|
ver 0.21.19 (2020/01/17)
|
||||||
|
@@ -775,6 +775,7 @@ static const char *const ffmpeg_mime_types[] = {
|
|||||||
"audio/qcelp",
|
"audio/qcelp",
|
||||||
"audio/vorbis",
|
"audio/vorbis",
|
||||||
"audio/vorbis+ogg",
|
"audio/vorbis+ogg",
|
||||||
|
"audio/wav",
|
||||||
"audio/x-8svx",
|
"audio/x-8svx",
|
||||||
"audio/x-16sv",
|
"audio/x-16sv",
|
||||||
"audio/x-aac",
|
"audio/x-aac",
|
||||||
|
Reference in New Issue
Block a user