added ffmpeg audio driver

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1930 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-09-21 21:40:16 +00:00
parent c8f24c22a6
commit 5b7efe3b02
2 changed files with 2 additions and 0 deletions

View File

@ -208,6 +208,7 @@ static short get_driver(char *s,int audioflag)
"dvdpcm",
"hwac3",
"libvorbis",
"ffmpeg",
NULL
};
static char *videodrv[] = {

View File

@ -28,6 +28,7 @@
#define AFM_DVDPCM 8
#define AFM_HWAC3 9
#define AFM_VORBIS 10
#define AFM_FFMPEG 11
#define VFM_MPEG 1
#define VFM_VFW 2