Commit 406459ea authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz: Don't register the audio renderer as a filter for autoplugging.

parent c035cfa4
......@@ -222,19 +222,6 @@ static struct regsvr_filter const filter_list[] = {
{ 0xFFFFFFFF },
}
},
{ &CLSID_AudioRender,
&CLSID_LegacyAmFilterCategory,
L"Audio Renderer",
0x800000,
{ { REG_PINFLAG_B_RENDERER,
{ { &MEDIATYPE_Audio, &MEDIASUBTYPE_PCM },
/* { &MEDIATYPE_Audio, &MEDIASUBTYPE_IEEE_FLOAT }, */
{ NULL }
},
},
{ 0xFFFFFFFF },
}
},
{ &CLSID_AVIDec,
&CLSID_LegacyAmFilterCategory,
L"AVI Decompressor",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment