Commit a8dad8ab authored by Nishant S Kulgod's avatar Nishant S Kulgod
Browse files

fix for decoder internal fatal error: commit 21

parent 36e9411b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -682,7 +682,7 @@ void encod_gen_voic_ivas_fx(
         *-----------------------------------------------------------------*/

        test();
        IF(GE_32(st_fx->core_brate, MAX_GSC_INACTIVE_BRATE) && EQ_16(st_fx->coder_type, INACTIVE))
        IF(GE_32(st_fx->total_brate, MAX_GSC_INACTIVE_BRATE) && EQ_16(st_fx->coder_type, INACTIVE))
        {
            transf_cdbk_enc_ivas_fx(st_fx, 0, i_subfr_fx, cn_fx, exc_fx, p_Aq_fx, p_Aw_fx, h1_fx, xn_fx, xn2_fx, y1_fx, y2_fx,
                Es_pred_fx, &gain_pit_fx, gain_code_fx, g_corr_fx, clip_gain_fx, &gain_preQ_fx, code_preQ_fx, unbits_fx, Q_new, shift);