summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbuethe <jbuethe@amazon.de>2023-03-07 09:48:19 +0000
committerjbuethe <jbuethe@amazon.de>2023-03-07 09:48:19 +0000
commit67ed5ef051a92dc2be6d1e5300203f62575f15bb (patch)
tree34d2a8d0e27ba1207fa8677fceee079a86c7f3d6
parent6833de48015e73683ca771945d5ca9cc16782e8a (diff)
downloadopus-67ed5ef051a92dc2be6d1e5300203f62575f15bb.tar.gz
removed printout
-rw-r--r--silk/decode_frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/silk/decode_frame.c b/silk/decode_frame.c
index fcb3cf58..8d9ab58e 100644
--- a/silk/decode_frame.c
+++ b/silk/decode_frame.c
@@ -80,7 +80,6 @@ opus_int silk_decode_frame(
~(SHELL_CODEC_FRAME_LENGTH - 1), opus_int16 );
#ifdef FEATURES
num_bits = ec_tell(psRangeDec);
- printf("numbits: %d\n", num_bits);
#endif
/*********************************************/
/* Decode quantization indices of side info */