diff options
author | Max Kellermann <max@duempel.org> | 2009-12-26 00:35:05 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-26 02:58:30 +0100 |
commit | 8a6d448aaf2095a691982eb7c2942dbad125a755 (patch) | |
tree | 42096823ff50002bb94601c26b557a4f250333fd /NEWS | |
parent | a1939f396618cd7c68d66bc388f051f137c163c6 (diff) | |
download | mpd-8a6d448aaf2095a691982eb7c2942dbad125a755.tar.gz mpd-8a6d448aaf2095a691982eb7c2942dbad125a755.tar.xz mpd-8a6d448aaf2095a691982eb7c2942dbad125a755.zip |
decoder/wavpack: allow fine-grained seeking
First multiply the floating point return value of
decoder_seek_where(), then cast to integer.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ ver 0.15.7 (2009/??/??) - id3: fix ID3v1 charset conversion * decoders: - ffmpeg: don't try to force stereo + - wavpack: allow fine-grained seeking * mixer: explicitly close all mixers on shutdown * mapper: fix memory leak when playlist_directory is not set * mapper: apply filesystem_charset to playlists |