mirror of https://github.com/mpv-player/mpv
added ffmpeg audio driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1930 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c8f24c22a6
commit
5b7efe3b02
|
@ -208,6 +208,7 @@ static short get_driver(char *s,int audioflag)
|
|||
"dvdpcm",
|
||||
"hwac3",
|
||||
"libvorbis",
|
||||
"ffmpeg",
|
||||
NULL
|
||||
};
|
||||
static char *videodrv[] = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue