summaryrefslogtreecommitdiff
path: root/media/libopus/silk/decode_pulses.c
diff options
context:
space:
mode:
Diffstat (limited to 'media/libopus/silk/decode_pulses.c')
-rw-r--r--media/libopus/silk/decode_pulses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libopus/silk/decode_pulses.c b/media/libopus/silk/decode_pulses.c
index d6bbec9225..a56d2d3074 100644
--- a/media/libopus/silk/decode_pulses.c
+++ b/media/libopus/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++;
}