ref: 1c7decbb6805b97cbe33a69c17b43057e7ec1cf3
parent: 47ae6667153ca70da362268da3fca064e15e333f
author: Jean-Marc Valin <[email protected]>
date: Mon Jul 5 14:34:33 EDT 2010
Fixing a high bit-rate bug in SILK -- now scales well above 64 kb/s
--- a/src/hybrid_encoder.c
+++ b/src/hybrid_encoder.c
@@ -89,8 +89,6 @@
ec_enc_init(&enc,&buf);
st->encControl.bitRate = (bytes_per_packet*50*8+4000)/2;
- if (st->encControl.bitRate>30000)
- st->encControl.bitRate = 30000;
/* Call SILK encoder for the low band */
nBytes = bytes_per_packet;