summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-17 02:24:50 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-17 02:24:50 +0000
commit962a99ead20966b1d045271da746492ad1ceb25f (patch)
tree57842077aacfaa40c60c29077f4c087856a8ca77 /TOOLS
parent1227e38f75d42e01b8e42f3059f0ab00d0e6358d (diff)
downloadmpv-962a99ead20966b1d045271da746492ad1ceb25f.tar.bz2
mpv-962a99ead20966b1d045271da746492ad1ceb25f.tar.xz
simple avoid wine complaints fix by sherpya
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24797 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/vfw2menc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/vfw2menc.c b/TOOLS/vfw2menc.c
index c03ae43654..91a2cde3ca 100644
--- a/TOOLS/vfw2menc.c
+++ b/TOOLS/vfw2menc.c
@@ -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];