Commit 3b23f93e authored by vaclav's avatar vaclav
Browse files

Merge branch '1270-evs-ivas-counter-saturation-missing-FLP-ref' into 'ivas-float-update'

EVS - IVAS counter saturation missing in FLP-ref

See merge request !2009
parents 6e58d20c 988cfeae
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -167,7 +167,10 @@ ivas_error acelp_core_enc(
    {
        st->Nb_ACELP_frames = 0;
    }
    if ( st->Nb_ACELP_frames < MAX16B )
    {
        st->Nb_ACELP_frames++;
    }

    if ( st->L_frame == L_FRAME )
    {