On Fri Sep 13 17:35:55 2024 +0000, Rémi Bernon wrote:
The stream context needs to be allocated on the PE side while the demuxer is a unix-side pointer. We could create a PE side object wrapping both, but that didn't feel very useful.
I was thinking about allocating each on their respective side adding the ctx alongside the handle in `wine/winedmo.h`. Might work, but it doesn't seem too pretty.