aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-07-03 14:57:56 +0200
committerMax Kellermann <max@duempel.org>2011-07-03 14:57:56 +0200
commit6aa6a9c2727c863239d6396a40a781e98e922565 (patch)
treee67b32b7cf6cffdfc11f4a76db2d9ae190469453 /NEWS
parent8d1c7ca2065444dfe2da432a30c95782e3ead48d (diff)
downloadmpd-6aa6a9c2727c863239d6396a40a781e98e922565.tar.gz
mpd-6aa6a9c2727c863239d6396a40a781e98e922565.tar.xz
mpd-6aa6a9c2727c863239d6396a40a781e98e922565.zip
decoder/flac: validate the sample rate when scanning the tag
Don't calculate the song duration when the sample rate is 0 (division by zero crash).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 208ba1069..138630967 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.16.4 (2010/??/??)
* decoder:
- ffmpeg: workaround for semantic API change in recent ffmpeg versions
+ - flac: validate the sample rate when scanning the tag
ver 0.16.3 (2011/06/04)