aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderControl.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-03 21:00:50 +0200
committerMax Kellermann <max@duempel.org>2013-08-03 21:37:56 +0200
commitd1e7b4e38136f9342aad76c685a13adf0e69f869 (patch)
tree49643b937ddfe735511b566a71398da5a945d7aa /src/DecoderControl.hxx
parent67f591a9ce60651da41afc499bd9a22e25314e35 (diff)
downloadmpd-d1e7b4e38136f9342aad76c685a13adf0e69f869.tar.gz
mpd-d1e7b4e38136f9342aad76c685a13adf0e69f869.tar.xz
mpd-d1e7b4e38136f9342aad76c685a13adf0e69f869.zip
audio_format: convert to C++
Diffstat (limited to 'src/DecoderControl.hxx')
-rw-r--r--src/DecoderControl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DecoderControl.hxx b/src/DecoderControl.hxx
index 69de4800c..31c72657b 100644
--- a/src/DecoderControl.hxx
+++ b/src/DecoderControl.hxx
@@ -21,7 +21,7 @@
#define MPD_DECODER_CONTROL_HXX
#include "DecoderCommand.hxx"
-#include "audio_format.h"
+#include "AudioFormat.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
@@ -85,10 +85,10 @@ struct decoder_control {
double seek_where;
/** the format of the song file */
- struct audio_format in_audio_format;
+ AudioFormat in_audio_format;
/** the format being sent to the music pipe */
- struct audio_format out_audio_format;
+ AudioFormat out_audio_format;
/**
* The song currently being decoded. This attribute is set by