diff --git a/NEWS b/NEWS index bea9b2ebb..0706e447c 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/src/decoder/FfmpegDecoderPlugin.cxx b/src/decoder/FfmpegDecoderPlugin.cxx index 9cd26c4fa..104129ad9 100644 --- a/src/decoder/FfmpegDecoderPlugin.cxx +++ b/src/decoder/FfmpegDecoderPlugin.cxx @@ -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",