msvidc32: Be less critical with formats [resend]

André Hentschel nerv at dawncrow.de
Thu May 20 12:55:06 CDT 2010


This fixes bug 13042
http://bugs.winehq.org/show_bug.cgi?id=13042 normal, P2, 1.2.0, wine-bugs at winehq.org, NEW, CodeGear RAD Studio 2007 does not install
wrong bug mentioned before, sry
---
 dlls/msvidc32/msvideo1.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvidc32/msvideo1.c b/dlls/msvidc32/msvideo1.c
index 71ed2d7..d01f07a 100644
--- a/dlls/msvidc32/msvideo1.c
+++ b/dlls/msvidc32/msvideo1.c
@@ -375,8 +375,8 @@ static LRESULT CRAM_DecompressBegin( Msvideo1Context *info, LPBITMAPINFO in, LPB
         info->mode_8bit = 0;
     else
     {
-        ERR("Bad output format\n");
-        return ICERR_BADPARAM;
+        info->mode_8bit = 0;
+        FIXME("Unsupported output format %i\n", in->bmiHeader.biBitCount);
     }
 
     return ICERR_OK;
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list