http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8ffa9b
)
msvidc32: Fix "Unknown message: 400e".
author
Jörg Höhle
<hoehle@users.sourceforge.net>
Sat, 3 Apr 2010 23:02:46 +0000
(
01:02
+0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 6 Apr 2010 16:08:04 +0000
(18:08 +0200)
dlls/msvidc32/msvideo1.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msvidc32/msvideo1.c
b/dlls/msvidc32/msvideo1.c
index 19784eb888e2c33074785585074adae70e3d6554..9b571bf1f944e14ece4a17c7baabc18646efc88c 100644
(file)
--- a/
dlls/msvidc32/msvideo1.c
+++ b/
dlls/msvidc32/msvideo1.c
@@
-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;