From d82547acd3173316a741733c7f946eabf29b7bc6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Sep 2014 22:34:08 +0200 Subject: decoder/flac: pass VorbisComment to flac_parse_replay_gain() --- src/decoder/plugins/FlacMetadata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/plugins/FlacMetadata.hxx') diff --git a/src/decoder/plugins/FlacMetadata.hxx b/src/decoder/plugins/FlacMetadata.hxx index 16af8bd02..f9c3d0840 100644 --- a/src/decoder/plugins/FlacMetadata.hxx +++ b/src/decoder/plugins/FlacMetadata.hxx @@ -116,7 +116,7 @@ struct ReplayGainInfo; bool flac_parse_replay_gain(ReplayGainInfo &rgi, - const FLAC__StreamMetadata *block); + const FLAC__StreamMetadata_VorbisComment &vc); MixRampInfo flac_parse_mixramp(const FLAC__StreamMetadata *block); -- cgit v1.2.3