diff options
author | Max Kellermann <max@duempel.org> | 2014-09-24 22:50:28 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-24 22:50:28 +0200 |
commit | f32d34b9650b34726f002ea067673d565bf6f4bb (patch) | |
tree | f7f80e409263febc789f422dd020dd3cb562329d /src/decoder/plugins/FlacMetadata.hxx | |
parent | 8a7ff6a6fd70d6a8e7611ffb0f794fb3eab2a462 (diff) | |
download | mpd-f32d34b9650b34726f002ea067673d565bf6f4bb.tar.gz mpd-f32d34b9650b34726f002ea067673d565bf6f4bb.tar.xz mpd-f32d34b9650b34726f002ea067673d565bf6f4bb.zip |
decoder/flac: pass VorbisComment to flac_parse_mixramp()
Diffstat (limited to '')
-rw-r--r-- | src/decoder/plugins/FlacMetadata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/FlacMetadata.hxx b/src/decoder/plugins/FlacMetadata.hxx index f9c3d0840..d791fa34e 100644 --- a/src/decoder/plugins/FlacMetadata.hxx +++ b/src/decoder/plugins/FlacMetadata.hxx @@ -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); |