diff options
author | Max Kellermann <max@duempel.org> | 2009-07-22 13:31:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-22 13:31:48 +0200 |
commit | 47ed89bd4c6499d475d5f16cb89d7be95763670c (patch) | |
tree | ccb40679c95b12e75057a3061cc5915d5f2112ed /NEWS | |
parent | cf1fd2b0da4be4675ddb16c5421d949a0e923b20 (diff) | |
download | mpd-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 '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |