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:
ben 2007-09-13 17:06:36 +00:00
parent 4357e135eb
commit 6474da1414
1 changed files with 3 additions and 0 deletions

View File

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