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:
parent
08cdc439ce
commit
2306433eb7
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ static void pcmbuf_callback(unsigned char** start, size_t* size)
|
|||
pcmbuf_mix_chunk = NULL;
|
||||
/* If we've read over the crossfade chunk while it's still fading */
|
||||
if (pcmbuf_current == crossfade_chunk)
|
||||
crossfade_chunk = NULL;
|
||||
crossfade_chunk = pcmbuf_read;
|
||||
}
|
||||
|
||||
process_new_buffer:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue