Author: akhaldi
Date: Thu Aug 18 10:25:37 2016
New Revision: 72295

URL: http://svn.reactos.org/svn/reactos?rev=72295&view=rev
Log:
[MSVFW32] Sync with Wine Staging 1.9.16. CORE-11866

Modified:
    trunk/reactos/dll/win32/msvfw32/msvideo_main.c
    trunk/reactos/media/doc/README.WINE

Modified: trunk/reactos/dll/win32/msvfw32/msvideo_main.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/msvideo_main.c?rev=72295&r1=72294&r2=72295&view=diff
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/msvideo_main.c      [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/msvideo_main.c      [iso-8859-1] Thu Aug 18 
10:25:37 2016
@@ -795,7 +795,7 @@
     if (ICSendMessage(tmphic, ICM_DECOMPRESS_GET_FORMAT, (DWORD_PTR)lpbiIn, 
(DWORD_PTR)lpbiOut))
         goto errout;
 
-       if (lpbiOut->biCompression != 0) {
+    if (lpbiOut->biCompression != 0) {
            FIXME("Ooch, how come decompressor outputs compressed data 
(%d)??\n",
                         lpbiOut->biCompression);
        }

Modified: trunk/reactos/media/doc/README.WINE
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=72295&r1=72294&r2=72295&view=diff
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Thu Aug 18 10:25:37 2016
@@ -127,7 +127,7 @@
 reactos/dll/win32/mstask              # Synced to WineStaging-1.9.11
 reactos/dll/win32/msvcrt20            # Out of sync
 reactos/dll/win32/msvcrt40            # Out of sync
-reactos/dll/win32/msvfw32             # Synced to WineStaging-1.9.11
+reactos/dll/win32/msvfw32             # Synced to WineStaging-1.9.16
 reactos/dll/win32/msvidc32            # Synced to WineStaging-1.9.11
 reactos/dll/win32/msxml               # Synced to WineStaging-1.9.11
 reactos/dll/win32/msxml2              # Synced to WineStaging-1.9.11


Reply via email to