AVI codecs

Mike Hearn m.hearn at signal.qinetiq.com
Wed Apr 30 04:41:22 CDT 2003


Pulled from Bugzilla 1412

http://bugs.winehq.com/show_bug.cgi?id=1412

resubmitting in the correct format from stanleyg76 at yahoo.com

ChangeLog:
Add default codec entry to system.ini
Change return code comparison in AVI control

-- 
Mike Hearn <m.hearn at signal.qinetiq.com>
QinetiQ - Malvern Technology Center
-------------- next part --------------
--- documentation/samples/system.ini.old	2003-04-30 10:38:36.000000000 +0100
+++ documentation/samples/system.ini	2003-04-30 10:38:50.000000000 +0100
@@ -11,3 +11,4 @@
 MSACM.imaadpcm=imaadp32.acm
 MSACM.msadpcm=msadp32.acm
 VIDC.MRLD=msrle32.dll
+VIDC.MRLE=msrle32.dll
--- dlls/comctl32/animate.c.old	2003-04-30 10:24:09.000000000 +0100
+++ dlls/comctl32/animate.c	2003-04-30 10:24:33.000000000 +0100
@@ -657,7 +657,7 @@
     }
 
     if (fnIC.fnICSendMessage(infoPtr->hic, ICM_DECOMPRESS_GET_FORMAT,
-		      (DWORD)infoPtr->inbih, (DWORD)infoPtr->outbih) != ICERR_OK) {
+		      (DWORD)infoPtr->inbih, (DWORD)infoPtr->outbih) != outSize) {
 	WARN("Can't get output BIH\n");
 	return FALSE;
     }


More information about the wine-patches mailing list