mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 00:06:25 +01:00
g72x and a52 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3401 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6d5ac123fb
commit
ca7c4340b9
@ -213,6 +213,8 @@ static short get_driver(char *s,int audioflag)
|
||||
"ffmpeg",
|
||||
"libmad",
|
||||
"ima4",
|
||||
"liba52",
|
||||
"g72x",
|
||||
NULL
|
||||
};
|
||||
static char *videodrv[] = {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user