aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_convert.h')
-rw-r--r--src/pcm_convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm_convert.h b/src/pcm_convert.h
index 35bbdad5c..b22731e08 100644
--- a/src/pcm_convert.h
+++ b/src/pcm_convert.h
@@ -33,7 +33,7 @@ struct audio_format;
struct pcm_convert_state {
struct pcm_resample_state resample;
- struct pcm_dither_24 dither;
+ struct pcm_dither dither;
/** the buffer for converting the sample format */
struct pcm_buffer format_buffer;