1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00

demux_lavf: add one more AAC mimetype

This commit is contained in:
wm4 2013-06-25 00:55:20 +02:00
parent 403a266d46
commit 88916143a7

View File

@ -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}
};