aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-15 00:35:56 +0200
committerMax Kellermann <max@duempel.org>2012-08-15 00:36:04 +0200
commitc8ec85d649e46df87d1b526fde2d8234428925c0 (patch)
tree7f5bf0884ff2a7e3677077bdf45db63dfdb00ce9 /NEWS
parente291f3d257360667e12754154acac9ba3fe3316a (diff)
downloadmpd-c8ec85d649e46df87d1b526fde2d8234428925c0.tar.gz
mpd-c8ec85d649e46df87d1b526fde2d8234428925c0.tar.xz
mpd-c8ec85d649e46df87d1b526fde2d8234428925c0.zip
decoder/fluidsynth: check if file is really a MIDI
Use fluid_is_midifile() to verify the file format.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2cb2c04c9..0dfa92b60 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: check MIDI file format while scanning
* output:
- httpd: use monotonic clock, avoid hiccups after system clock adjustment
- httpd: fix throttling bug after resuming playback