On Fri May 16 00:31:25 2025 +0000, Rémi Bernon wrote:
What about something like https://gitlab.winehq.org/rbernon/wine/-/commits/mr/7623? I've split the changes to make individual fixups more obvious and made other tweaks. If you think it's okay please update the MR with that branch, I would approve then.
That branch looks good, so I have adopted it. There was one line I didn't fully understand though: https://gitlab.winehq.org/wine/wine/-/merge_requests/7623/diffs#bd62eaa50df6...
``` if (decoder->IMediaObject_iface.lpVtbl) ```
Is that something that will hold true if we add more codecs (or change existing ones)?