decoder/fluidsynth: stop playback at end of file

Use libfluidsynth's new function fluid_player_get_status().
This commit is contained in:
Max Kellermann
2012-08-15 00:47:10 +02:00
parent c31d11bfe0
commit b1bbd70f0f
2 changed files with 5 additions and 5 deletions

1
NEWS
View File

@@ -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