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:
parent
8fcdca9dd5
commit
667af9a2c2
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue