aboutsummaryrefslogtreecommitdiff
path: root/silk/code_signs.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/code_signs.c')
-rw-r--r--silk/code_signs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/silk/code_signs.c b/silk/code_signs.c
index 0419ea26..dfd1dca9 100644
--- a/silk/code_signs.c
+++ b/silk/code_signs.c
@@ -74,7 +74,7 @@ void silk_encode_signs(
/* Decodes signs of excitation */
void silk_decode_signs(
ec_dec *psRangeDec, /* I/O Compressor data structure */
- opus_int pulses[], /* I/O pulse signal */
+ opus_int16 pulses[], /* I/O pulse signal */
opus_int length, /* I length of input */
const opus_int signalType, /* I Signal type */
const opus_int quantOffsetType, /* I Quantization offset type */
@@ -83,7 +83,7 @@ void silk_decode_signs(
{
opus_int i, j, p;
opus_uint8 icdf[ 2 ];
- opus_int *q_ptr;
+ opus_int16 *q_ptr;
const opus_uint8 *icdf_ptr;
icdf[ 1 ] = 0;