replay_gain: no CamelCase

Renamed functions and variables.
This commit is contained in:
Max Kellermann
2008-11-11 15:55:34 +01:00
parent 54ad08ab37
commit 114b3c1e78
13 changed files with 119 additions and 111 deletions

View File

@@ -368,7 +368,7 @@ flac_decode_internal(struct decoder * decoder, struct input_stream *inStream,
fail:
if (data.replayGainInfo)
freeReplayGainInfo(data.replayGainInfo);
replay_gain_info_free(data.replayGainInfo);
if (flacDec)
flac_delete(flacDec);