mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
msvidc32: Fix "Unknown message: 400e".
This commit is contained in:
parent
a8ffa9bace
commit
d0b92c91f8
1 changed files with 4 additions and 0 deletions
|
@ -562,6 +562,10 @@ LRESULT WINAPI CRAM_DriverProc( DWORD_PTR dwDriverId, HDRVR hdrvr, UINT msg,
|
|||
(DWORD) lParam2 );
|
||||
break;
|
||||
|
||||
case ICM_DECOMPRESS_END:
|
||||
r = ICERR_OK;
|
||||
break;
|
||||
|
||||
case ICM_COMPRESS_QUERY:
|
||||
FIXME("compression not implemented\n");
|
||||
r = ICERR_BADFORMAT;
|
||||
|
|
Loading…
Reference in a new issue