AAC support (aac-hbr only)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25132 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lu_zero 2007-11-21 13:03:58 +00:00
parent 8b03e2ecce
commit 2978db1577
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ typedef struct {
MIMEto4CC supported_audio[NMS_MAX_FORMATS] = {
{"MPA", 0x55},
{"vorbis", mmioFOURCC('v','r','b','s')},
{"mpeg4-generic", mmioFOURCC('M','P','4','A')},
{NULL, 0},
};