Commit 253d7210 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for LTV Crash: Multi-channel 7_1_4 bitrate switching from 13.2 kbps to 512...

Fix for LTV Crash: Multi-channel 7_1_4 bitrate switching from 13.2 kbps to 512 kbps, 48kHz in, 48kHz out, 7_1_4 out
parent 5f77256c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ void stereo_mdct_core_enc_fx(
        inv_mdst_spectrum_fx[ch][1] = powerSpecMsInv_fx[ch][1] = powerSpecMsInv_long_fx[ch] + N_TCX10_MAX;
        q_powerSpecMsInv_fx[ch][0] = q_powerSpecMsInv_long_fx[ch];
        q_powerSpecMsInv_fx[ch][1] = q_powerSpecMsInv_long_fx[ch] + N_TCX10_MAX;
        set16_fx( q_powerSpecMsInv_long_fx[ch], 63, L_FRAME48k );
        set16_fx( q_powerSpecMsInv_long_fx[ch], 63, N_MAX );
        quantized_spectrum_fx[ch][0] = quantized_spectrum_long_fx[ch];
        quantized_spectrum_fx[ch][1] = quantized_spectrum_long_fx[ch] + N_TCX10_MAX;
        inv_spectrum_fx[ch][0] = quantized_spectrum_fx[ch][0];