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 94c240a026
commit bccd4ef2f7
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -1,4 +1,6 @@
ver 0.18.17 (not yet released)
* decoder
- ffmpeg: recognize MIME type audio/aacp
ver 0.18.16 (2014/09/26)
* fix DSD breakage due to typo in configure.ac

View File

@ -643,6 +643,7 @@ static const char *const ffmpeg_mime_types[] = {
"audio/8svx",
"audio/16sv",
"audio/aac",
"audio/aacp",
"audio/ac3",
"audio/aiff"
"audio/amr",