• Max Kellermann's avatar
    player_thread: fix cross-fading duplicate chunk bug · 55b6fd2f
    Max Kellermann authored
    When the decoder of the new song is not fast enough, the player thread
    has to wait for it for a moment.  However the variable "nextChunk" was
    reset to -1 during that, making the next loop iteration assume that
    cross-fading has not begun yet.  This patch overwrites it with "0"
    while waiting.
    55b6fd2f
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...