From 6d475c40de567d778fa6f96c379687a8bf83f82b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Oct 2013 19:09:22 +0200 Subject: ReplayGainInfo: use CamelCase for struct name --- src/decoder/VorbisDecoderPlugin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder/VorbisDecoderPlugin.cxx') diff --git a/src/decoder/VorbisDecoderPlugin.cxx b/src/decoder/VorbisDecoderPlugin.cxx index 8705d875f..8e59afe3b 100644 --- a/src/decoder/VorbisDecoderPlugin.cxx +++ b/src/decoder/VorbisDecoderPlugin.cxx @@ -283,8 +283,8 @@ vorbis_stream_decode(Decoder &decoder, char **comments = ov_comment(&vf, -1)->user_comments; vorbis_send_comments(decoder, input_stream, comments); - struct replay_gain_info rgi; - if (vorbis_comments_to_replay_gain(&rgi, comments)) + ReplayGainInfo rgi; + if (vorbis_comments_to_replay_gain(rgi, comments)) decoder_replay_gain(decoder, &rgi); prev_section = current_section; -- cgit v1.2.3