FfmpegDecoderPlugin: add WAV support
This commit is contained in:
parent
80a0cf694f
commit
0bb943ba3e
1
NEWS
1
NEWS
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue