25 Oct
2024
25 Oct
'24
1:31 p.m.
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? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6733#note_86071