aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmConvert.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 62f67ed8e..1635a90c3 100644
--- a/src/pcm/PcmConvert.hxx
+++ b/src/pcm/PcmConvert.hxx
@@ -22,9 +22,9 @@
#include "PcmDither.hxx"
#include "PcmDsd.hxx"
+#include "PcmResample.hxx"
extern "C" {
-#include "pcm_resample.h"
#include "pcm_buffer.h"
}
@@ -40,7 +40,7 @@ struct audio_format;
class PcmConvert {
PcmDsd dsd;
- struct pcm_resample_state resample;
+ PcmResampler resampler;
PcmDither dither;