aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-22 13:31:48 +0200
committerMax Kellermann <max@duempel.org>2009-07-22 13:31:48 +0200
commit47ed89bd4c6499d475d5f16cb89d7be95763670c (patch)
treeccb40679c95b12e75057a3061cc5915d5f2112ed /NEWS
parentcf1fd2b0da4be4675ddb16c5421d949a0e923b20 (diff)
downloadmpd-47ed89bd4c6499d475d5f16cb89d7be95763670c.tar.gz
mpd-47ed89bd4c6499d475d5f16cb89d7be95763670c.tar.xz
mpd-47ed89bd4c6499d475d5f16cb89d7be95763670c.zip
decoder/flac: parse all replaygain tags
The FLAC replaygain parser used the "||" operator. This made the code stop after the first value which was found.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 674cf61d9..374c58d80 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ ver 0.15.2 (2009/??/??)
- ape: added protection against large memory allocations
* decoders:
- mad: skip ID3 frames when libid3tag is disabled
+ - flac: parse all replaygain tags
ver 0.15.1 (2009/07/15)