decoder/ffmpeg: recognize MIME type audio/aacp
This commit is contained in:
parent
1bfbced258
commit
8cd17ce045
2
NEWS
2
NEWS
|
@ -1,4 +1,6 @@
|
||||||
ver 0.19.2 (not yet released)
|
ver 0.19.2 (not yet released)
|
||||||
|
* decoder
|
||||||
|
- ffmpeg: recognize MIME type audio/aacp
|
||||||
* output
|
* output
|
||||||
- fix memory leak after filter initialization error
|
- fix memory leak after filter initialization error
|
||||||
* fix assertion failure on unsupported PCM conversion
|
* fix assertion failure on unsupported PCM conversion
|
||||||
|
|
|
@ -680,6 +680,7 @@ static const char *const ffmpeg_mime_types[] = {
|
||||||
"audio/8svx",
|
"audio/8svx",
|
||||||
"audio/16sv",
|
"audio/16sv",
|
||||||
"audio/aac",
|
"audio/aac",
|
||||||
|
"audio/aacp",
|
||||||
"audio/ac3",
|
"audio/ac3",
|
||||||
"audio/aiff"
|
"audio/aiff"
|
||||||
"audio/amr",
|
"audio/amr",
|
||||||
|
|
Loading…
Reference in New Issue