aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------silk10
-rw-r--r--src/hybrid_encoder.c2
2 files changed, 5 insertions, 7 deletions
diff --git a/silk b/silk
-Subproject 2bf4e44e1b5e35c68aec3cd23d87183d1ca6c68
+Subproject 6f9a028cad836b8f41f479d244be849fc16e48b
diff --git a/src/hybrid_encoder.c b/src/hybrid_encoder.c
index 21d1573f..900204ad 100644
--- a/src/hybrid_encoder.c
+++ b/src/hybrid_encoder.c
@@ -89,8 +89,6 @@ int hybrid_encode(HybridEncoder *st, const short *pcm, int frame_size,
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;