aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmConvert.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-29 07:56:40 +0200
committerMax Kellermann <max@duempel.org>2013-07-29 07:56:40 +0200
commitcac3c159bc84d5163c87a40383d3eda64a4c9f69 (patch)
tree06e9e4f965ba69b1a415ec1941e238b8a11565cb /src/pcm/PcmConvert.hxx
parent43166130b51e995ada4130f6400efbb5d38eeb47 (diff)
downloadmpd-cac3c159bc84d5163c87a40383d3eda64a4c9f69.tar.gz
mpd-cac3c159bc84d5163c87a40383d3eda64a4c9f69.tar.xz
mpd-cac3c159bc84d5163c87a40383d3eda64a4c9f69.zip
pcm_dsd: convert to C++
Diffstat (limited to 'src/pcm/PcmConvert.hxx')
-rw-r--r--src/pcm/PcmConvert.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/PcmConvert.hxx b/src/pcm/PcmConvert.hxx
index f08188a9c..62f67ed8e 100644
--- a/src/pcm/PcmConvert.hxx
+++ b/src/pcm/PcmConvert.hxx
@@ -21,9 +21,9 @@
#define PCM_CONVERT_HXX
#include "PcmDither.hxx"
+#include "PcmDsd.hxx"
extern "C" {
-#include "pcm_dsd.h"
#include "pcm_resample.h"
#include "pcm_buffer.h"
}
@@ -38,7 +38,7 @@ struct audio_format;
* conversions.
*/
class PcmConvert {
- struct pcm_dsd dsd;
+ PcmDsd dsd;
struct pcm_resample_state resample;