Commit 111d5643 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for 3GPP issue 1033: OMASA-4 at 192 kbps exhibits discontinuity

link #1033
parent e3e3d0f3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ void transf_cdbk_dec_fx(
        }
    }

    st_fx->last_code_preq = extract_h( code_preQ[L_SUBFR - 1] ); // q_Code_preQ-16
    st_fx->last_code_preq = code_preQ[L_SUBFR - 1]; // q_Code_preQ
    move16();
#endif
    PREEMPH_FX( code_preQ, FAC_PRE_AVQ_FX, L_SUBFR, &st_fx->mem_preemp_preQ_fx );