Commit 30f5bdd6 authored by vaillancour's avatar vaillancour
Browse files

fix bit exact issue with /* set inactive coder_type flag in ACELP core to GSC */

parent c7e04a8e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -169,8 +169,9 @@ void decision_matrix_enc_fx(
                st_fx->total_brate_fx = ACELP_8k00;
                move32();
            }
            st_fx->inactive_coder_type_flag = 1;
        }
        /* set inactive coder_type flag in ACELP core to GSC */
        st_fx->inactive_coder_type_flag = 1;

        return;
    }