summaryrefslogtreecommitdiffstats
path: root/adpcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'adpcm.h')
-rw-r--r--adpcm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/adpcm.h b/adpcm.h
index 9fe7c8676a..e4048c4ca1 100644
--- a/adpcm.h
+++ b/adpcm.h
@@ -20,8 +20,10 @@
// this isn't exact
#define DK3_ADPCM_SAMPLES_PER_BLOCK 6000
-int ima_adpcm_decode_block(unsigned short *output, unsigned char *input,
+int qt_ima_adpcm_decode_block(unsigned short *output, unsigned char *input,
int channels);
+int ms_ima_adpcm_decode_block(unsigned short *output, unsigned char *input,
+ int channels, int block_size);
int ms_adpcm_decode_block(unsigned short *output, unsigned char *input,
int channels, int block_size);
int dk4_adpcm_decode_block(unsigned short *output, unsigned char *input,