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.