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

Merge branch '3gpp_issue_1505_fix' into 'main'

Fix for 3GPP issue 1505: [regression] Encoder crash for McMASA 7.1+4 16kHz...

See merge request !1450
parents a9c5c8b0 c4169554
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ void stereo_mdct_core_enc_fx(
        }

        exp1 = add( exp1, 1 ); /* 1 guard bit to avoid over-flows in stereo_coder_tcx_fx */
        exp2 = add( exp2, 1 ); /* 1 guard bit to avoid over-flows in stereo_coder_tcx_fx */
        exp2 = add( exp2, 2 ); /* 2 guard bit to avoid over-flows in stereo_coder_tcx_fx (ms_processing_fx) */

        FOR( ch = 0; ch < CPE_CHANNELS; ch++ )
        {