Re: [PATCH v4 0/9] MR6480: mfsrcsnk: Implement I/O for the FFmpeg backend.
13 Sep
2024
13 Sep
'24
4:43 p.m.
Emil Velikov (@xexaxo) commented about dlls/winedmo/main.c:
{ struct stream_context *context;
- if (!(context = malloc( sizeof(*context) ))) return NULL; + if (!(context = malloc( 0x10000 ))) return NULL; Any chance we get an inline comment saying how `0x10000` was chosen?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6480#note_82137
538
Age (days ago)
538
Last active (days ago)
0 comments
1 participants
participants (1)
-
Emil Velikov (@xexaxo)