14 Jun
2023
14 Jun
'23
7:53 p.m.
Nikolay Sivov (@nsivov) commented about dlls/mfmediaengine/main.c:
float left, top, right, bottom; };
+struct video_effect +{ + IUnknown *object; + BOOL optional; +}; +
It's not specific to video paths, audio effect will be exactly the same. So maybe it'd be better as "struct effect". -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2778#note_35732