Commit f31e30d1 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

msvidc32: Be less picky with formats.

parent 6d89364a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment