msvidc32: Add missing compression messages to the list.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
90d66cc874
commit
665f308fd9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue