From c94b4466d52c3c625467312ea565a4685184c517 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 12 Aug 2014 15:56:41 +0200 Subject: MusicChunk: rename struct to MusicChunk --- src/decoder/DecoderInternal.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/decoder/DecoderInternal.hxx') diff --git a/src/decoder/DecoderInternal.hxx b/src/decoder/DecoderInternal.hxx index bef6f6c13..e6c30d071 100644 --- a/src/decoder/DecoderInternal.hxx +++ b/src/decoder/DecoderInternal.hxx @@ -24,6 +24,7 @@ #include "util/Error.hxx" class PcmConvert; +struct MusicChunk; struct DecoderControl; struct Tag; @@ -76,7 +77,7 @@ struct Decoder { Tag *decoder_tag; /** the chunk currently being written to */ - struct music_chunk *chunk; + MusicChunk *chunk; ReplayGainInfo replay_gain_info; @@ -112,7 +113,7 @@ struct Decoder { * * @return the chunk, or NULL if we have received a decoder command */ - music_chunk *GetChunk(); + MusicChunk *GetChunk(); /** * Flushes the current chunk. -- cgit v1.2.3