diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 21:21:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 21:58:20 +0100 |
commit | 9761abf3b5726cf3870ce4cb36e47c86ac8cee86 (patch) | |
tree | 398599ed70f3cc68e5f9f4f52573015b756290b2 /NEWS | |
parent | 599a56217054c139108076725d570a58782f9ce6 (diff) | |
download | mpd-9761abf3b5726cf3870ce4cb36e47c86ac8cee86.tar.gz mpd-9761abf3b5726cf3870ce4cb36e47c86ac8cee86.tar.xz mpd-9761abf3b5726cf3870ce4cb36e47c86ac8cee86.zip |
cue_parser: fix CUE files with only one track
Track whether _finish() has been called, and deliver all partial
results then. Fixes Mantis ticket 0003621.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ ver 0.17.3 (2012/??/??) - ffmpeg: support planar audio * playlist: - cue: fix memory leak + - cue: fix CUE files with only one track ver 0.17.2 (2012/09/30) * protocol: |