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.
This commit is contained in:
Max Kellermann
2009-07-22 13:31:48 +02:00
parent cf1fd2b0da
commit 47ed89bd4c
2 changed files with 19 additions and 14 deletions

1
NEWS
View File

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