diff options
author | Max Kellermann <max@duempel.org> | 2012-02-13 18:27:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-13 18:27:43 +0100 |
commit | e1e3ce980af1f2fb1c4b4f3e4788a4f478bc43e7 (patch) | |
tree | e4623d44dfd156e8f98b18c9ea9a42257e3f3b23 /NEWS | |
parent | 7855a3257980e45dec7cc57e998a5b4fa1504903 (diff) | |
download | mpd-e1e3ce980af1f2fb1c4b4f3e4788a4f478bc43e7.tar.gz mpd-e1e3ce980af1f2fb1c4b4f3e4788a4f478bc43e7.tar.xz mpd-e1e3ce980af1f2fb1c4b4f3e4788a4f478bc43e7.zip |
decoder_api: check state before emitting initial seek command
This fixes seeking in the vorbis decoder during MPD startup.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ ver 0.16.8 (2012/??/??) * fix for libsamplerate assertion failure +* decoder: + - vorbis (and others): fix seeking at startup ver 0.16.7 (2012/02/04) |