diff options
Diffstat (limited to 'src/decoder/plugins/FlacMetadata.cxx')
-rw-r--r-- | src/decoder/plugins/FlacMetadata.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/decoder/plugins/FlacMetadata.cxx b/src/decoder/plugins/FlacMetadata.cxx index 2c3c496a6..4628ad4a2 100644 --- a/src/decoder/plugins/FlacMetadata.cxx +++ b/src/decoder/plugins/FlacMetadata.cxx @@ -55,11 +55,8 @@ vorbis_comment_value(const FLAC__StreamMetadata *block, bool flac_parse_replay_gain(ReplayGainInfo &rgi, - const FLAC__StreamMetadata *block) + const FLAC__StreamMetadata_VorbisComment &vc) { - const FLAC__StreamMetadata_VorbisComment &vc = - block->data.vorbis_comment; - rgi.Clear(); bool found = false; |