mirror of https://github.com/mpv-player/mpv
added monkey audio file extensions to extension table
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24449 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4357e135eb
commit
6474da1414
|
@ -59,6 +59,9 @@ static struct {
|
|||
{ "264", DEMUXER_TYPE_H264_ES },
|
||||
{ "26l", DEMUXER_TYPE_H264_ES },
|
||||
{ "ac3", DEMUXER_TYPE_LAVF },
|
||||
{ "ape", DEMUXER_TYPE_LAVF },
|
||||
{ "apl", DEMUXER_TYPE_LAVF },
|
||||
{ "mac", DEMUXER_TYPE_LAVF },
|
||||
|
||||
// At least the following are hacks against broken autodetection
|
||||
// that should not be there
|
||||
|
|
Loading…
Reference in New Issue