1
0
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:
arpi 2001-10-22 19:04:09 +00:00
parent de59563636
commit bbf91d07d2
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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