mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-20 23:35:34 +02:00
When the flushing is not able to keep up with the audio stream coming in, it will end up flushing forever and block API clients from getting any audio. Fixes #9706