aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_format.h')
-rw-r--r--src/pcm_format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm_format.h b/src/pcm_format.h
index 2c52adea3..7304963f4 100644
--- a/src/pcm_format.h
+++ b/src/pcm_format.h
@@ -22,10 +22,10 @@
#include <stdint.h>
#include <stddef.h>
-struct pcm_convert_state;
+struct pcm_dither_24;
const int16_t *
-pcm_convert_to_16(struct pcm_convert_state *convert,
+pcm_convert_to_16(struct pcm_dither_24 *dither,
uint8_t bits, const void *src,
size_t src_size, size_t *dest_size_r);