Commit e303f116 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

devenum: Make CLSID_VideoCompressorCategory a special category.

parent bcf78a22
......@@ -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);
}
......
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