aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/decoder_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/decoder_internal.h')
-rw-r--r--src/decoder/decoder_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder/decoder_internal.h b/src/decoder/decoder_internal.h
index 853fd72b..0cd58ac5 100644
--- a/src/decoder/decoder_internal.h
+++ b/src/decoder/decoder_internal.h
@@ -21,13 +21,14 @@
#define MPD_DECODER_INTERNAL_H
#include "decoder_command.h"
+#include "decoder_control.h"
#include "pcm_convert.h"
#include "replay_gain_info.h"
struct input_stream;
struct decoder {
- struct decoder_control *dc;
+ DecoderControl *dc;
struct pcm_convert_state conv_state;
@@ -85,7 +86,6 @@ struct decoder {
*
* @return the chunk, or NULL if we have received a decoder command
*/
-struct music_chunk *
-decoder_get_chunk(struct decoder *decoder);
+struct music_chunk * decoder_get_chunk(struct decoder *decoder);
#endif