[MPlayer-cvslog] r24797 - trunk/TOOLS/vfw2menc.c
compn
subversion at mplayerhq.hu
Wed Oct 17 04:24:50 CEST 2007
Author: compn
Date: Wed Oct 17 04:24:50 2007
New Revision: 24797
Log:
simple avoid wine complaints fix by sherpya
Modified:
trunk/TOOLS/vfw2menc.c
Modified: trunk/TOOLS/vfw2menc.c
==============================================================================
--- trunk/TOOLS/vfw2menc.c (original)
+++ trunk/TOOLS/vfw2menc.c Wed Oct 17 04:24:50 2007
@@ -179,7 +179,7 @@ int main(int argc, char *argv[])
unsigned char mode = 0;
DWORD dwFCC = 0;
ICOPEN icopen;
- HRESULT coinit = S_FALSE;
+ HRESULT coinit = -1;
/* ICINFO icinfo; */
wchar_t drvfile[MAX_PATH];
More information about the MPlayer-cvslog
mailing list