g72x and a52 added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3401 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-09 16:20:03 +00:00
parent 6d5ac123fb
commit ca7c4340b9
2 changed files with 4 additions and 0 deletions

View File

@ -213,6 +213,8 @@ static short get_driver(char *s,int audioflag)
"ffmpeg",
"libmad",
"ima4",
"liba52",
"g72x",
NULL
};
static char *videodrv[] = {

View File

@ -31,6 +31,8 @@
#define AFM_FFMPEG 11
#define AFM_MAD 12
#define AFM_IMA4 13
#define AFM_A52 14
#define AFM_G72X 15
#define VFM_MPEG 1
#define VFM_VFW 2