diff options
author | Max Kellermann <max@duempel.org> | 2012-08-15 00:47:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-15 00:47:10 +0200 |
commit | b1bbd70f0f956e9829158ee80a42f1bafde67347 (patch) | |
tree | 6edf07b31915413ad8c38596a94759c52faedd0c /NEWS | |
parent | c31d11bfe07a6c37d53061dd0ef732d602f98154 (diff) | |
download | mpd-b1bbd70f0f956e9829158ee80a42f1bafde67347.tar.gz mpd-b1bbd70f0f956e9829158ee80a42f1bafde67347.tar.xz mpd-b1bbd70f0f956e9829158ee80a42f1bafde67347.zip |
decoder/fluidsynth: stop playback at end of file
Use libfluidsynth's new function fluid_player_get_status().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ver 0.17.2 (2012/??/??) - fix crash in local file check * decoder: - fluidsynth: remove throttle (requires libfluidsynth 1.1) + - fluidsynth: stop playback at end of file - fluidsynth: check MIDI file format while scanning * output: - httpd: use monotonic clock, avoid hiccups after system clock adjustment |