aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/FfmpegDecoderPlugin.cxx
diff options
context:
space:
mode:
authorSteven OBrien <steven_obrien1@yahoo.co.uk>2014-02-09 15:47:45 +0000
committerMax Kellermann <max@duempel.org>2014-10-25 00:26:58 +0200
commit8cd17ce045af052daf97cb12f66dda7016b26226 (patch)
treed79071c8c97d44b10cac06e2f51e12491505cc3f /src/decoder/plugins/FfmpegDecoderPlugin.cxx
parent1bfbced258b66f5d4c2ecc2104aac34fd1554022 (diff)
downloadmpd-8cd17ce045af052daf97cb12f66dda7016b26226.tar.gz
mpd-8cd17ce045af052daf97cb12f66dda7016b26226.tar.xz
mpd-8cd17ce045af052daf97cb12f66dda7016b26226.zip
decoder/ffmpeg: recognize MIME type audio/aacp
Diffstat (limited to 'src/decoder/plugins/FfmpegDecoderPlugin.cxx')
-rw-r--r--src/decoder/plugins/FfmpegDecoderPlugin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder/plugins/FfmpegDecoderPlugin.cxx b/src/decoder/plugins/FfmpegDecoderPlugin.cxx
index 904e21a5a..2e72269b2 100644
--- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx
+++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx
@@ -680,6 +680,7 @@ static const char *const ffmpeg_mime_types[] = {
"audio/8svx",
"audio/16sv",
"audio/aac",
+ "audio/aacp",
"audio/ac3",
"audio/aiff"
"audio/amr",