Commit 665f308f authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

msvidc32: Add missing compression messages to the list.

parent 90d66cc8
......@@ -558,12 +558,15 @@ LRESULT WINAPI CRAM_DriverProc( DWORD_PTR dwDriverId, HDRVR hdrvr, UINT msg,
break;
case ICM_COMPRESS_QUERY:
FIXME("compression not implemented\n");
r = ICERR_BADFORMAT;
/* fall through */
case ICM_COMPRESS_GET_FORMAT:
case ICM_COMPRESS_END:
case ICM_COMPRESS:
FIXME("compression not implemented\n");
break;
case ICM_CONFIGURE:
r = ICERR_UNSUPPORTED;
break;
default:
......
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