Nikolay Sivov (@nsivov) commented about dlls/mf/sar.c:
} } renderer->queued_frames = 0;
- IAudioClient_Reset(renderer->audio_client);
Please add a similar warning if Reset() failed, and return this error from Flush(). That will help to see if we are in incorrect state - you can't Reset() from running state.