devenum: Make CLSID_VideoCompressorCategory a special category.

This commit is contained in:
Jacek Caban 2014-01-09 11:11:35 +01:00 committed by Alexandre Julliard
parent bcf78a227f
commit e303f11628
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ static BOOL IsSpecialCategory(const CLSID *clsid)
return IsEqualGUID(clsid, &CLSID_AudioRendererCategory) ||
IsEqualGUID(clsid, &CLSID_AudioInputDeviceCategory) ||
IsEqualGUID(clsid, &CLSID_VideoInputDeviceCategory) ||
IsEqualGUID(clsid, &CLSID_VideoCompressorCategory) ||
IsEqualGUID(clsid, &CLSID_MidiRendererCategory);
}