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

To match Windows.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2020-06-24 16:52:43 -05:00 committed by Alexandre Julliard
parent 8fcdca9dd5
commit 667af9a2c2
1 changed files with 1 additions and 1 deletions

View File

@ -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 }