quartz: Add directsound renderer to filter list.

This commit is contained in:
Maarten Lankhorst 2008-03-13 20:29:40 -07:00 committed by Alexandre Julliard
parent 25f9d3c173
commit 4c09284c91
1 changed files with 13 additions and 0 deletions

View File

@ -1111,6 +1111,19 @@ static struct regsvr_filter const filter_list[] = {
{ 0xFFFFFFFF },
}
},
{ &CLSID_DSoundRender,
&CLSID_LegacyAmFilterCategory,
{'A','u','d','i','o',' ','R','e','n','d','e','r','e','r',0},
0x800000,
{ { REG_PINFLAG_B_RENDERER,
{ { &MEDIATYPE_Audio, &MEDIASUBTYPE_PCM },
/* { &MEDIATYPE_Audio, &MEDIASUBTYPE_IEEE_FLOAT }, */
{ NULL }
},
},
{ 0xFFFFFFFF },
}
},
{ &CLSID_AVIDec,
&CLSID_LegacyAmFilterCategory,
{'A','V','I',' ','D','e','c','o','m','p','r','e','s','s','o','r',0},