msvidc32: Be less critical with formats

André Hentschel nerv at dawncrow.de
Thu May 20 12:45:08 CDT 2010


This fixes Bug 10982 (wine 1.2 target)
---
 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