14 Jun
2023
14 Jun
'23
7:53 p.m.
Nikolay Sivov (@nsivov) commented about dlls/mfmediaengine/main.c:
IMFPresentationDescriptor *pd; } presentation; struct + { + struct video_effect *video_effects; + size_t video_effects_count; + size_t video_effects_capacity; + } effects;
There is no need to mix video and audio effects in the same structure, let's have "struct {} video_effects;" for now. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2778#note_35733