1. 04 Jan, 2009 1 commit
    • 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
  2. 03 Jan, 2009 39 commits