Nikolay Sivov (@nsivov) commented about dlls/mfplat/main.c:
return hr;
}
-static HRESULT WINAPI mfattributes_GetItem(IMFAttributes *iface, REFGUID key, PROPVARIANT *value) +HRESULT WINAPI mfattributes_GetItem(IMFAttributes *iface, REFGUID key, PROPVARIANT *value) {
Instead just use attributes_*() helpers instead. Does that not work for some reason?