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.