[PATCH 3/5] quartz: Change the merit of the default video renderer to 0x800001.

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


To match Windows.

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

diff --git a/dlls/quartz/regsvr.c b/dlls/quartz/regsvr.c
index 7bae46cb847..f867c4178a6 100644
--- a/dlls/quartz/regsvr.c
+++ b/dlls/quartz/regsvr.c
@@ -189,7 +189,7 @@ static struct regsvr_filter const filter_list[] = {
     {   &CLSID_VideoRendererDefault,
         &CLSID_LegacyAmFilterCategory,
         L"Video Renderer",
-        0x800000,
+        0x800001,
         {   {   REG_PINFLAG_B_RENDERER,
                 {   { &MEDIATYPE_Video, &GUID_NULL },
                     { NULL }
-- 
2.27.0




More information about the wine-devel mailing list