[MPlayer-cvslog] r30693 - trunk/loader/wine/vfw.h

diego subversion at mplayerhq.hu
Mon Feb 22 00:33:04 CET 2010


Author: diego
Date: Mon Feb 22 00:33:03 2010
New Revision: 30693

Log:
Add public function VideoForWindowsVersion() to the appropriate header file.

Modified:
   trunk/loader/wine/vfw.h

Modified: trunk/loader/wine/vfw.h
==============================================================================
--- trunk/loader/wine/vfw.h	Mon Feb 22 00:31:56 2010	(r30692)
+++ trunk/loader/wine/vfw.h	Mon Feb 22 00:33:03 2010	(r30693)
@@ -207,6 +207,9 @@ typedef struct {
     void*		lpPrev;
 } ICCOMPRESS;
 
+
+long VFWAPI VideoForWindowsVersion(void);
+
 long VFWAPIV ICCompress(
 	HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiOutput,void* lpData,
 	LPBITMAPINFOHEADER lpbiInput,void* lpBits,long* lpckid,


More information about the MPlayer-cvslog mailing list