Commit 0842dd8d authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '3gpp_issue_1033_fix' into 'main'

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

See merge request !791
parents 422abd90 111d5643
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 );