Zebediah Figura : quartz: Change the merit of the default video renderer to 0x800001.

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


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

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

quartz: Change the merit of the default video renderer to 0x800001.

To match Windows.

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

---

 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 7bae46cb84..f867c4178a 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 }




More information about the wine-cvs mailing list