mirror of https://github.com/mpv-player/mpv
added zlib support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5264 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
630417b2bb
commit
805e53ebb6
|
@ -256,6 +256,7 @@ static short get_driver(char *s,int audioflag)
|
|||
"mpng",
|
||||
"ijpg",
|
||||
"huffyuv",
|
||||
"zlib",
|
||||
NULL
|
||||
};
|
||||
char **drv=audioflag?audiodrv:videodrv;
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
#define VFM_MPNG 21
|
||||
#define VFM_IJPG 22
|
||||
#define VFM_HUFFYUV 23
|
||||
#define VFM_ZLIB 24
|
||||
|
||||
#ifndef GUID_TYPE
|
||||
#define GUID_TYPE
|
||||
|
|
Loading…
Reference in New Issue