[PATCH 4/5] quartz: Don't register the VMR7.

Zebediah Figura z.figura12 at gmail.com
Wed Jun 24 16:52:44 CDT 2020


Oddly, Windows doesn't either.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/quartz/regsvr.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/dlls/quartz/regsvr.c b/dlls/quartz/regsvr.c
index f867c4178a6..92555630e9e 100644
--- a/dlls/quartz/regsvr.c
+++ b/dlls/quartz/regsvr.c
@@ -198,18 +198,6 @@ static struct regsvr_filter const filter_list[] = {
             { 0xFFFFFFFF },
         }
     },
-    {   &CLSID_VideoMixingRenderer,
-        &CLSID_LegacyAmFilterCategory,
-        L"Video Mixing Renderer",
-        0x200000,
-        {   {   REG_PINFLAG_B_RENDERER,
-                {   { &MEDIATYPE_Video, &GUID_NULL },
-                    { NULL }
-                },
-            },
-            { 0xFFFFFFFF },
-        }
-    },
     {   &CLSID_VideoMixingRenderer9,
         &CLSID_LegacyAmFilterCategory,
         L"Video Mixing Renderer 9",
-- 
2.27.0




More information about the wine-devel mailing list