From 63181233bb2a28ccd3776d48aa2229df920c2ed3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Jan 2009 15:02:39 +0100 Subject: player_thread: fix cross-fading duplicate chunk bug 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 808dccf07..2a766121f 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ MPD 0.14.1 - not yet released * fix setenv() conflict on Solaris * configure.ac: check for pkg-config before using it * fix minor memory leak in decoder_tag() +* fix cross-fading bug: it used to play some chunks of the new song twice ver 0.14 (2008/12/25) -- cgit v1.2.3