diff options
author | Steven OBrien <steven_obrien1@yahoo.co.uk> | 2014-02-09 15:47:45 +0000 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-25 00:26:58 +0200 |
commit | 8cd17ce045af052daf97cb12f66dda7016b26226 (patch) | |
tree | d79071c8c97d44b10cac06e2f51e12491505cc3f /src/decoder | |
parent | 1bfbced258b66f5d4c2ecc2104aac34fd1554022 (diff) | |
download | mpd-8cd17ce045af052daf97cb12f66dda7016b26226.tar.gz mpd-8cd17ce045af052daf97cb12f66dda7016b26226.tar.xz mpd-8cd17ce045af052daf97cb12f66dda7016b26226.zip |
decoder/ffmpeg: recognize MIME type audio/aacp
Diffstat (limited to '')
-rw-r--r-- | src/decoder/plugins/FfmpegDecoderPlugin.cxx | 1 |
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", |