AVI codecs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Pulled from Bugzilla 1412

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

resubmitting in the correct format from stanleyg76@yahoo.com

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

-- 
Mike Hearn <m.hearn@signal.qinetiq.com>
QinetiQ - Malvern Technology Center
--- 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;
     }

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux