decoder/flac: pass VorbisComment to flac_parse_mixramp()

This commit is contained in:
Max Kellermann
2014-09-24 22:50:28 +02:00
parent 8a7ff6a6fd
commit f32d34b965
3 changed files with 4 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ flac_parse_replay_gain(ReplayGainInfo &rgi,
const FLAC__StreamMetadata_VorbisComment &vc);
MixRampInfo
flac_parse_mixramp(const FLAC__StreamMetadata *block);
flac_parse_mixramp(const FLAC__StreamMetadata_VorbisComment &vc);
Tag
flac_vorbis_comments_to_tag(const FLAC__StreamMetadata_VorbisComment *comment);