mirror of
https://github.com/mpv-player/mpv
synced 2025-04-10 11:41:37 +00:00
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",
|
"mpng",
|
||||||
"ijpg",
|
"ijpg",
|
||||||
"huffyuv",
|
"huffyuv",
|
||||||
|
"zlib",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
char **drv=audioflag?audiodrv:videodrv;
|
char **drv=audioflag?audiodrv:videodrv;
|
||||||
|
@ -66,6 +66,7 @@
|
|||||||
#define VFM_MPNG 21
|
#define VFM_MPNG 21
|
||||||
#define VFM_IJPG 22
|
#define VFM_IJPG 22
|
||||||
#define VFM_HUFFYUV 23
|
#define VFM_HUFFYUV 23
|
||||||
|
#define VFM_ZLIB 24
|
||||||
|
|
||||||
#ifndef GUID_TYPE
|
#ifndef GUID_TYPE
|
||||||
#define GUID_TYPE
|
#define GUID_TYPE
|
||||||
|
Loading…
Reference in New Issue
Block a user