From 114b3c1e78433ff3760a28641d6da3925ef8d3ce Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 11 Nov 2008 15:55:34 +0100 Subject: replay_gain: no CamelCase Renamed functions and variables. --- src/decoder_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_api.h') diff --git a/src/decoder_api.h b/src/decoder_api.h index 88b3ea5c5..3e72d7a2c 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -143,7 +143,7 @@ enum decoder_command decoder_data(struct decoder *decoder, struct input_stream *inStream, void *data, size_t datalen, float data_time, uint16_t bitRate, - ReplayGainInfo * replayGainInfo); + struct replay_gain_info *replay_gain_info); /** * This function is called by the decoder plugin when it has -- cgit v1.2.3