Bruno Jesus : msvidc32: Add missing compression messages to the list.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 22 10:22:08 CDT 2015


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

Author: Bruno Jesus <00cpxxx at gmail.com>
Date:   Thu Oct 22 18:46:13 2015 +0800

msvidc32: Add missing compression messages to the list.

Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvidc32/msvideo1.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dlls/msvidc32/msvideo1.c b/dlls/msvidc32/msvideo1.c
index 61baa9e..b3faaf6 100644
--- a/dlls/msvidc32/msvideo1.c
+++ b/dlls/msvidc32/msvideo1.c
@@ -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:




More information about the wine-cvs mailing list