Alexandre Julliard : msvfw32: Avoid a compiler warning.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 13 05:25:48 CDT 2006


Module: wine
Branch: master
Commit: 521612098c45a0ea9e6c2e324cd24c7436a2fc4a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=521612098c45a0ea9e6c2e324cd24c7436a2fc4a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Oct 13 12:08:13 2006 +0200

msvfw32: Avoid a compiler warning.

---

 dlls/msvfw32/msvideo_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msvfw32/msvideo_main.c b/dlls/msvfw32/msvideo_main.c
index 1cfdf16..051915b 100644
--- a/dlls/msvfw32/msvideo_main.c
+++ b/dlls/msvfw32/msvideo_main.c
@@ -604,7 +604,7 @@ HIC VFWAPI ICGetDisplayFormat(
 	if (ICDecompressQuery(tmphic,lpbiIn,NULL) != 0)
 		goto errout; /* no, sorry */
 
-	ICDecompressGetFormat(tmphic,lpbiIn,lpbiOut);
+	ICSendMessage(tmphic, ICM_DECOMPRESS_GET_FORMAT, (DWORD_PTR)lpbiIn, (DWORD_PTR)lpbiOut);
 
 	if (lpbiOut->biCompression != 0) {
            FIXME("Ooch, how come decompressor outputs compressed data (%d)??\n",




More information about the wine-cvs mailing list