Index: silk/code_signs.c |
diff --git a/silk/code_signs.c b/silk/code_signs.c |
index 0419ea2626a707f6ef938e524ce67b044be0d496..dfd1dca9a18f505cc0340338d45707228186774a 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; |