summaryrefslogtreecommitdiff
path: root/silk/encode_pulses.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/encode_pulses.c')
-rw-r--r--silk/encode_pulses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/encode_pulses.c b/silk/encode_pulses.c
index ab00264f..8a199913 100644
--- a/silk/encode_pulses.c
+++ b/silk/encode_pulses.c
@@ -86,7 +86,7 @@ void silk_encode_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++;
silk_memset( &pulses[ frame_length ], 0, SHELL_CODEC_FRAME_LENGTH * sizeof(opus_int8));
}