|
@@ -1037,7 +1037,7 @@ int SDL_GetAudioStreamData(SDL_AudioStream *stream, void *voidbuf, int len)
|
|
|
while (len > 0) { // didn't ask for a whole sample frame, nothing to do
|
|
while (len > 0) { // didn't ask for a whole sample frame, nothing to do
|
|
|
const int rc = GetAudioStreamDataInternal(stream, buf, SDL_min(len, chunk_size));
|
|
const int rc = GetAudioStreamDataInternal(stream, buf, SDL_min(len, chunk_size));
|