decoder/ffmpeg: recognize MIME type audio/aacp

This commit is contained in:
Steven OBrien 2014-02-09 15:47:45 +00:00 committed by Max Kellermann
parent 1bfbced258
commit 8cd17ce045
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -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

View File

@ -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",