Zebediah Figura : quartz: Don't register the VMR7.

Alexandre Julliard julliard at winehq.org
Thu Jun 25 16:14:24 CDT 2020


Module: wine
Branch: master
Commit: 79c3a24a087b2f73fac42f5218c318fd4d4e4b06
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=79c3a24a087b2f73fac42f5218c318fd4d4e4b06

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Wed Jun 24 16:52:44 2020 -0500

quartz: Don't register the VMR7.

Oddly, Windows doesn't either.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/quartz/regsvr.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/dlls/quartz/regsvr.c b/dlls/quartz/regsvr.c
index f867c4178a..92555630e9 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",




More information about the wine-cvs mailing list