Commit a7cd2c4f authored by Manuel Jander's avatar Manuel Jander
Browse files

Correct copy paste error leading to UBSAN error.

parent 3a09c97f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ void pre_proc_front_ivas_fx(
    move16();
#ifdef NONBE_FIX_ISSUE_2518
    Word16 shift = L_norm_arr( sig_out, preemp_len );
    shift = s_min( shift, norm_arr( old_inp_16k_fx, (Word16) ( preemp_start_idx - old_inp_16k_fx ) ) );
    shift = s_min( shift, norm_arr( old_inp_12k8_fx, (Word16) ( preemp_start_idx - old_inp_12k8_fx ) ) );
    shift = add( shift, st->q_inp );
    if ( NE_32( input_Fs, st->sr_core ) )
    {