summaryrefslogtreecommitdiff
path: root/silk/decode_pulses.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/decode_pulses.c')
-rw-r--r--silk/decode_pulses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/decode_pulses.c b/silk/decode_pulses.c
index d6bbec92..a56d2d30 100644
--- a/silk/decode_pulses.c
+++ b/silk/decode_pulses.c
@@ -56,7 +56,7 @@ void silk_decode_pulses(
silk_assert( 1 << LOG2_SHELL_CODEC_FRAME_LENGTH == SHELL_CODEC_FRAME_LENGTH );
iter = silk_RSHIFT( frame_length, LOG2_SHELL_CODEC_FRAME_LENGTH );
if( iter * SHELL_CODEC_FRAME_LENGTH < frame_length ) {
- silk_assert( frame_length == 12 * 10 ); /* Make sure only happens for 10 ms @ 12 kHz */
+ celt_assert( frame_length == 12 * 10 ); /* Make sure only happens for 10 ms @ 12 kHz */
iter++;
}