Re: [PATCH v4 0/9] MR6480: mfsrcsnk: Implement I/O for the FFmpeg backend.
13 Sep
2024
13 Sep
'24
4:42 p.m.
Emil Velikov (@xexaxo) commented about dlls/winedmo/unixlib.h:
struct demuxer_create_params { + struct stream_context *context; struct winedmo_demuxer demuxer;
Out of curiosity: is the `stream_context` expected to have different life-time than `winedmo_demuxer`? Alternatively it seems cleaner to me to have the `stream_context` pointer within the `winedmo_demuxer` itself removing the rather uncommon read-back pointer from the destructor. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6480#note_82136
538
Age (days ago)
538
Last active (days ago)
0 comments
1 participants
participants (1)
-
Emil Velikov (@xexaxo)