Jörg Höhle : msvidc32: Fix "Unknown message: 400e ".

Alexandre Julliard julliard at winehq.org
Tue Apr 6 11:20:09 CDT 2010


Module: wine
Branch: master
Commit: d0b92c91f84eaa063a0b0b486108a00a024a4088
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d0b92c91f84eaa063a0b0b486108a00a024a4088

Author: Jörg Höhle <hoehle at users.sourceforge.net>
Date:   Sun Apr  4 01:02:46 2010 +0200

msvidc32: Fix "Unknown message: 400e".

---

 dlls/msvidc32/msvideo1.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dlls/msvidc32/msvideo1.c b/dlls/msvidc32/msvideo1.c
index 19784eb..9b571bf 100644
--- 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;




More information about the wine-cvs mailing list