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, 3 insertions, 1 deletions
diff --git a/src/pcm/PcmConvert.hxx b/src/pcm/PcmConvert.hxx
index 9835045d6..13dff4427 100644
--- a/src/pcm/PcmConvert.hxx
+++ b/src/pcm/PcmConvert.hxx
@@ -41,12 +41,14 @@ class Domain;
class PcmConvert {
PcmDsd dsd;
+ GluePcmResampler resampler;
PcmFormatConverter format_converter;
PcmChannelsConverter channels_converter;
- GluePcmResampler resampler;
AudioFormat src_format, dest_format;
+ bool enable_resampler, enable_format, enable_channels;
+
public:
PcmConvert();
~PcmConvert();