summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-25 00:55:20 +0200
committerwm4 <wm4@nowhere>2013-06-25 00:55:20 +0200
commit88916143a7428489b7d822fb2783230c0c2235c8 (patch)
treeccf076fbab6321f787e664b786d88b0f86fc6fce /demux
parent403a266d466850621397c07e0b96cc2c493b2936 (diff)
downloadmpv-88916143a7428489b7d822fb2783230c0c2235c8.tar.bz2
mpv-88916143a7428489b7d822fb2783230c0c2235c8.tar.xz
demux_lavf: add one more AAC mimetype
Diffstat (limited to 'demux')
-rw-r--r--demux/demux_lavf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c
index 48e79e949b..39e1cb28c5 100644
--- a/demux/demux_lavf.c
+++ b/demux/demux_lavf.c
@@ -93,6 +93,7 @@ struct format_hack {
static const struct format_hack format_hacks[] = {
{"aac", "audio/aacp", 25, 0.5},
+ {"aac", "audio/aac", 25, 0.5},
{"mp3", "audio/mpeg", 25, 0.5},
{0}
};