diff options
author | Max Kellermann <max@duempel.org> | 2009-02-09 16:35:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-09 16:35:59 +0100 |
commit | 4228e50e25e3b4084797d4a2da2e2f3697a90651 (patch) | |
tree | ed22c564208c1aafa9546542d190cba892f298a1 /NEWS | |
parent | 30aaeb9c7e54f05fe4cf2f550da5a5951e304935 (diff) | |
download | mpd-4228e50e25e3b4084797d4a2da2e2f3697a90651.tar.gz mpd-4228e50e25e3b4084797d4a2da2e2f3697a90651.tar.xz mpd-4228e50e25e3b4084797d4a2da2e2f3697a90651.zip |
shout: use libshout's synchronization
Removed the manual timer synchronization from the shout plugin.
libshout's shout_sync() function does it for us.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ ver 0.14.2 (2009/??/??) - jack: reduced sleep time to 1ms - shout: fixed memory leak in the mp3 encoder - shout: switch to blocking mode + - shout: use libshout's synchronization * mapper: remove trailing slashes from music_directory * player: set player error when output device fails |