diff options
author | Max Kellermann <max@duempel.org> | 2009-11-11 08:55:55 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-11 08:55:55 +0100 |
commit | dca4d9cf83849877206379a20a1e478ed1b5dc55 (patch) | |
tree | 11e6364f1f80dee1ca5d17580dff38360d52b3c7 /NEWS | |
parent | 68f77e4163db78bbc3740555591b95aad824d82c (diff) | |
download | mpd-dca4d9cf83849877206379a20a1e478ed1b5dc55.tar.gz mpd-dca4d9cf83849877206379a20a1e478ed1b5dc55.tar.xz mpd-dca4d9cf83849877206379a20a1e478ed1b5dc55.zip |
decoder/flac: fixed CUE seeking range check
If flac_container_decode() gets a seek destination which is out of
range, it ignores the SEEK command (never finishes it). This leads to
MPD lockup, because the player thread waits for completion.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ ver 0.15.6 (2009/??/??) * decoders: - ffmpeg: convert metadata - oggflac: rewind stream after FLAC detection + - flac: fixed CUE seeking range check * output_thread: check again if output is open on PAUSE * update: delete ignored symlinks from database * database: increased maximum line length to 32 kB |