1
0
Fork 0
forked from len0rd/rockbox

Make crossfade less twitchy more

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9801 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2006-04-25 16:15:11 +00:00
parent 08cdc439ce
commit 2306433eb7

View file

@ -147,7 +147,7 @@ static void pcmbuf_callback(unsigned char** start, size_t* size)
pcmbuf_mix_chunk = NULL; pcmbuf_mix_chunk = NULL;
/* If we've read over the crossfade chunk while it's still fading */ /* If we've read over the crossfade chunk while it's still fading */
if (pcmbuf_current == crossfade_chunk) if (pcmbuf_current == crossfade_chunk)
crossfade_chunk = NULL; crossfade_chunk = pcmbuf_read;
} }
process_new_buffer: process_new_buffer: