aboutsummaryrefslogtreecommitdiffstats
path: root/src/AudioConfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/AudioConfig.hxx')
-rw-r--r--src/AudioConfig.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AudioConfig.hxx b/src/AudioConfig.hxx
index 717a8e2e7..ebe202974 100644
--- a/src/AudioConfig.hxx
+++ b/src/AudioConfig.hxx
@@ -20,10 +20,10 @@
#ifndef MPD_AUDIO_CONFIG_HXX
#define MPD_AUDIO_CONFIG_HXX
-struct audio_format;
+struct AudioFormat;
-void getOutputAudioFormat(const struct audio_format *inFormat,
- struct audio_format *outFormat);
+AudioFormat
+getOutputAudioFormat(AudioFormat inFormat);
/* make sure initPlayerData is called before this function!! */
void initAudioConfig(void);