26 Jan
2026
26 Jan
'26
2:14 a.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/samplegrabber.c:
CRITICAL_SECTION cs; UINT32 sample_count; IMFSample *samples[MAX_SAMPLE_QUEUE_LENGTH]; - byte samples_queued; + UINT64 samples_queued; + BYTE pending_sample_deliveries; };
Why do we need all those different types, instead of some 32-bit unsigned int variant? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9969#note_127986