mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
xanim added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2380 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
de59563636
commit
bbf91d07d2
@ -222,6 +222,7 @@ static short get_driver(char *s,int audioflag)
|
||||
"divx4",
|
||||
"raw",
|
||||
"rle",
|
||||
"xanim",
|
||||
NULL
|
||||
};
|
||||
char **drv=audioflag?audiodrv:videodrv;
|
||||
|
@ -39,6 +39,7 @@
|
||||
#define VFM_DIVX4 7
|
||||
#define VFM_RAW 8
|
||||
#define VFM_RLE 9
|
||||
#define VFM_XANIM 10
|
||||
|
||||
#ifndef GUID_TYPE
|
||||
#define GUID_TYPE
|
||||
|
Loading…
Reference in New Issue
Block a user