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:
parent
403a266d46
commit
88916143a7
@ -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}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user