Nikolay Sivov (@nsivov) commented about dlls/mf/main.c:
- HRESULT hr;
- TRACE("%p, %p, %p.\n", attributes, sources, ret_count);
- if (!attributes || !sources || !count)
- if (!attributes || !sources || !ret_count) return E_INVALIDARG;
- *count = 0;
- if (FAILED(hr = IMFAttributes_GetGUID(attributes, &MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE, &source_type)))
return hr;
- return S_OK;
- if (IsEqualIID(&source_type, &MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_GUID))
- {
FIXME("Not implementted for video capture devices.\n");
Typo here.