Commit 43d2ad5e authored by Manuel Jander's avatar Manuel Jander
Browse files

Fix EVS regression as a consequence of the initialization of...

Fix EVS regression as a consequence of the initialization of hBWE_FD->old_input_q which was missing.
parent 411f26ec
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -96,6 +96,8 @@ ivas_error evs_enc_fx(
    move16();
    st->hBWE_FD->old_fdbwe_speech_q = -1;
    move16();
    st->hBWE_FD->old_input_q = 0;
    move16();
#endif

    /*------------------------------------------------------------------*