From 8cd17ce045af052daf97cb12f66dda7016b26226 Mon Sep 17 00:00:00 2001
From: Steven OBrien <steven_obrien1@yahoo.co.uk>
Date: Sun, 9 Feb 2014 15:47:45 +0000
Subject: decoder/ffmpeg: recognize MIME type audio/aacp

---
 src/decoder/plugins/FfmpegDecoderPlugin.cxx | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/decoder')

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",
-- 
cgit v1.2.3