mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +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",
|
"divx4",
|
||||||
"raw",
|
"raw",
|
||||||
"rle",
|
"rle",
|
||||||
|
"xanim",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
char **drv=audioflag?audiodrv:videodrv;
|
char **drv=audioflag?audiodrv:videodrv;
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
#define VFM_DIVX4 7
|
#define VFM_DIVX4 7
|
||||||
#define VFM_RAW 8
|
#define VFM_RAW 8
|
||||||
#define VFM_RLE 9
|
#define VFM_RLE 9
|
||||||
|
#define VFM_XANIM 10
|
||||||
|
|
||||||
#ifndef GUID_TYPE
|
#ifndef GUID_TYPE
|
||||||
#define GUID_TYPE
|
#define GUID_TYPE
|
||||||
|
Loading…
Reference in New Issue
Block a user