aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-15 00:47:10 +0200
committerMax Kellermann <max@duempel.org>2012-08-15 00:47:10 +0200
commitb1bbd70f0f956e9829158ee80a42f1bafde67347 (patch)
tree6edf07b31915413ad8c38596a94759c52faedd0c /NEWS
parentc31d11bfe07a6c37d53061dd0ef732d602f98154 (diff)
downloadmpd-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0dfa92b60..a1aee15b9 100644
--- a/NEWS
+++ b/NEWS
@@ -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