Commit 65909d1b authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Bug fix in E_ACELP_4tsearchx function

parent d8645b0c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -623,7 +623,7 @@ void E_ACELP_4tsearchx_ivas_fx(
    /* Init to avoid crash when the search does not find a solution */
    FOR( k = 0; k < nb_pulse; k++ )
    {
        codvec[k] = k;
        codvec[k] = s_and( k, 3 );
        move16();
    }