Commit c84243d1 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '3gpp_issue_1278_fix' into 'main'

Fix for 3GPP issue 1278: Bug in ACELP unvoiced (UC) frames decoding

See merge request !1113
parents a3ddf608 6df96a30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -255,9 +255,9 @@ void decod_unvoiced_ivas_fx(
        Word16 tmp_idx;
        tmp_idx = 0;
        move16();
        if ( i_subfr_fx != 0 )
        IF( i_subfr_fx != 0 )
        {
            idiv1616( i_subfr_fx, L_SUBFR );
            tmp_idx = idiv1616( i_subfr_fx, L_SUBFR );
        }
        voice_factors_fx[tmp_idx] = 0;
        move16();