decoder/flac: pass VorbisComment to flac_parse_replay_gain()

This commit is contained in:
Max Kellermann
2014-09-24 22:34:08 +02:00
parent 441f9cc2ee
commit d82547acd3
3 changed files with 3 additions and 6 deletions

View File

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