[Mplayer-cvslog] CVS: main/loader/wine vfw.h,1.2,1.3
Arpi of Ize
arpi at mplayer.dev.hu
Sun Jul 8 19:19:04 CEST 2001
Update of /cvsroot/mplayer/main/loader/wine
In directory mplayer:/var/tmp.root/cvs-serv32378/wine
Modified Files:
vfw.h
Log Message:
VfwEx support
Index: vfw.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/vfw.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vfw.h 18 Mar 2001 01:01:03 -0000 1.2
+++ vfw.h 8 Jul 2001 17:19:01 -0000 1.3
@@ -377,6 +377,7 @@
long VFWAPIV ICDecompress(HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiFormat,void* lpData,LPBITMAPINFOHEADER lpbi,void* lpBits);
+long VFWAPIV ICDecompressEx(HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiFormat,void* lpData,LPBITMAPINFOHEADER lpbi,void* lpBits);
#define ICDecompressBegin(hic, lpbiInput, lpbiOutput) \
@@ -385,9 +386,21 @@
(long)(void*)(lpbiOutput) \
)
+#define ICDecompressBeginEx(hic, lpbiInput, lpbiOutput) \
+ ICUniversalEx( \
+ hic, ICM_DECOMPRESSEX_BEGIN, (long)(void*)(lpbiInput), \
+ (long)(void*)(lpbiOutput) \
+ )
+
#define ICDecompressQuery(hic, lpbiInput, lpbiOutput) \
ICSendMessage( \
hic,ICM_DECOMPRESS_QUERY, (long)(void*)(lpbiInput), \
+ (long) (void*)(lpbiOutput) \
+ )
+
+#define ICDecompressQueryEx(hic, lpbiInput, lpbiOutput) \
+ ICUniversalEx( \
+ hic,ICM_DECOMPRESSEX_QUERY, (long)(void*)(lpbiInput), \
(long) (void*)(lpbiOutput) \
)
More information about the MPlayer-cvslog
mailing list