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

@@ -145,7 +145,7 @@ typedef struct {
FLAC__uint64 position;
struct decoder *decoder;
struct input_stream *inStream;
ReplayGainInfo *replayGainInfo;
struct replay_gain_info *replayGainInfo;
struct tag *tag;
} FlacData;