diff --git a/src_FLP/SKP_Silk_encode_frame_FLP.c b/src_FLP/SKP_Silk_encode_frame_FLP.c
index 600cdf7ba13520a44772544f411601474b71adad..8d044897d5dc0ec1e11394cc73173a1b9cb4a584 100644
--- a/src_FLP/SKP_Silk_encode_frame_FLP.c
+++ b/src_FLP/SKP_Silk_encode_frame_FLP.c
@@ -27,6 +27,7 @@ SKP_int SKP_Silk_encode_frame_FLP(
 
     const SKP_uint16 *FrameTermination_CDF;
 
+    sEncCtrl.sCmn.LBRR_usage = 0;
 TIC(ENCODE_FRAME)
 
     sEncCtrl.sCmn.Seed = psEnc->sCmn.frameCounter++ & 3;
@@ -468,4 +469,4 @@ void SKP_Silk_LBRR_encode_FLP(
         psEnc->sCmn.typeOffsetPrev     = typeOffset;
     }
 }
-#endif
\ No newline at end of file
+#endif