[MSVFW32] Sync with Wine Staging 1.9.16. CORE-11866
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 18 Aug 2016 10:25:37 +0000 (10:25 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 18 Aug 2016 10:25:37 +0000 (10:25 +0000)
svn path=/trunk/; revision=72295

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

index 4ee1496..1247048 100644 (file)
@@ -795,7 +795,7 @@ HIC VFWAPI ICGetDisplayFormat(
     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);
        }
index da0cc6f..cbd7325 100644 (file)
@@ -127,7 +127,7 @@ reactos/dll/win32/mssip32             # Synced to WineStaging-1.9.11
 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