Previous | 199869 Revisions | Next |
r17560 Wednesday 29th August, 2012 at 17:28:47 UTC by Tafoid |
---|
Fixed for an SDL sound bug surrounding use of -speed and pausing frequently causing corrupt sound. [Antonio Giner] |
[src/osd/sdl] | sound.c |
r17559 | r17560 | |
---|---|---|
307 | 307 | fprintf(sound_log, "Underflow: PP=%d WP=%d(%d) SI=%d(%d) BTF=%d\n", (int)play_position, (int)write_position, (int)orig_write, (int)stream_in, (int)stream_buffer_in, (int)bytes_this_frame); |
308 | 308 | |
309 | 309 | buffer_underflows++; |
310 | stream_in += | |
310 | stream_in += byt | |
311 | 311 | } |
312 | 312 | |
313 | 313 | // if we're going to overlap the play position, just skip this chunk |
Previous | 199869 Revisions | Next |