diff options
author | Max Kellermann <max@duempel.org> | 2013-10-25 19:09:22 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-25 19:12:38 +0200 |
commit | 6d475c40de567d778fa6f96c379687a8bf83f82b (patch) | |
tree | 6302688c49ab48a514b593812688610ca9da2b75 /src/decoder/FlacMetadata.hxx | |
parent | ed7891bf014c5085240361d605a0eaf24f74e7df (diff) | |
download | mpd-6d475c40de567d778fa6f96c379687a8bf83f82b.tar.gz mpd-6d475c40de567d778fa6f96c379687a8bf83f82b.tar.xz mpd-6d475c40de567d778fa6f96c379687a8bf83f82b.zip |
ReplayGainInfo: use CamelCase for struct name
Diffstat (limited to 'src/decoder/FlacMetadata.hxx')
-rw-r--r-- | src/decoder/FlacMetadata.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/FlacMetadata.hxx b/src/decoder/FlacMetadata.hxx index 2b4acad06..8b050b2f8 100644 --- a/src/decoder/FlacMetadata.hxx +++ b/src/decoder/FlacMetadata.hxx @@ -110,7 +110,7 @@ public: struct tag_handler; struct Tag; -struct replay_gain_info; +struct ReplayGainInfo; static inline unsigned flac_duration(const FLAC__StreamMetadata_StreamInfo *stream_info) @@ -122,7 +122,7 @@ flac_duration(const FLAC__StreamMetadata_StreamInfo *stream_info) } bool -flac_parse_replay_gain(struct replay_gain_info *rgi, +flac_parse_replay_gain(ReplayGainInfo &rgi, const FLAC__StreamMetadata *block); bool |