Commit 3267a954 authored by vaillancour's avatar vaillancour
Browse files

fix gcc

parent 1d29f81d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -521,8 +521,8 @@ void pre_proc_fx(
                  st->max_band, hp_E, st->codec_mode, *Q_new, &( st->bckr_tilt_lt ), st->Opt_SC_VBR );

#ifdef FIX_2349_HARM_FIND_UV
    st->coder_type = find_uv_fx( st, pitch_fr, voicing_fr, inp_12k8, ee, NULL, corr_shift, relE, *Etot, hp_E,
                                 &flag_spitch, last_core_orig, NULL, *Q_new, *shift, NULL ); // Q0
    st->coder_type = find_uv_fx( st, pitch_fr, voicing_fr, inp_12k8, ee, 0, corr_shift, relE, *Etot, hp_E,
                                 &flag_spitch, last_core_orig, NULL, *Q_new, *shift, 0 ); // Q0
#else
    st->coder_type = find_uv_fx( st, pitch_fr, voicing_fr, inp_12k8, ee,
                                 corr_shift, relE, *Etot, hp_E, *Q_new, &flag_spitch, *shift, last_core_orig );