aboutsummaryrefslogtreecommitdiff
path: root/src/PcmConvert.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-31 22:43:28 +0100
committerMax Kellermann <max@duempel.org>2013-01-31 22:54:10 +0100
commitf2491c88c86707cc35c7dfc30a1b5a0a29886540 (patch)
treed7b2079f3122aa486b8717c916b596c421944f82 /src/PcmConvert.hxx
parent1b175025fecb1c10e6719d4ab79c188d473fccc4 (diff)
PcmDither: convert struct to a class
Diffstat (limited to 'src/PcmConvert.hxx')
-rw-r--r--src/PcmConvert.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PcmConvert.hxx b/src/PcmConvert.hxx
index d76ecc12..f08188a9 100644
--- a/src/PcmConvert.hxx
+++ b/src/PcmConvert.hxx
@@ -42,7 +42,7 @@ class PcmConvert {
struct pcm_resample_state resample;
- struct pcm_dither dither;
+ PcmDither dither;
/** the buffer for converting the sample format */
struct pcm_buffer format_buffer;