7 Nov
2022
7 Nov
'22
6:11 a.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/samplegrabber.c:
hr = stream_queue_sample(grabber, sample); } } + else if (grabber->state == SINK_STATE_PAUSED) + { + if (grabber->sample_request_on_start_count < 4)
This should either use some global constant or ARRAY_SIZE. Maybe a constant is better. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/574#note_13359