Zebediah Figura : quartz: Change the merit of the default video renderer to 0x800001.
Module: wine Branch: master Commit: 667af9a2c2d7a084298697a20a930c008163d13d URL: https://source.winehq.org/git/wine.git/?a=commit;h=667af9a2c2d7a084298697a20... Author: Zebediah Figura <z.figura12(a)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(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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 }
participants (1)
-
Alexandre Julliard