diff options
author | Max Kellermann <max@duempel.org> | 2011-01-07 23:45:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-01-07 23:45:51 +0100 |
commit | 2a56300f7bad00860f5ff44dfea061386173a852 (patch) | |
tree | 14b0e78ff162b2e81b505f8b50549c9c88fa7533 /NEWS | |
parent | 5f06999686b1c02c3dc612fe8a6a84ebecc76405 (diff) | |
download | mpd-2a56300f7bad00860f5ff44dfea061386173a852.tar.gz mpd-2a56300f7bad00860f5ff44dfea061386173a852.tar.xz mpd-2a56300f7bad00860f5ff44dfea061386173a852.zip |
player_thread: discard empty chunks while cross-fading
When a music_chunk to be crossfaded consists only of a tag,
cross-fading is not possible, and led to an assertion failure. This
patch just discards those, as if cross-fading was not enabled.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ ver 0.16.1 (2010/??/??) * output: - solaris: add missing parameter to open_cloexec() cal - osx: fix up audio format first, then apply it to device +* player_thread: discard empty chunks while cross-fading * player_thread: fix assertion failure due to early seek * output_thread: fix double lock |