Commit 9736c2ff authored by fotopoulou's avatar fotopoulou
Browse files

Merge branch '808-jbm-mc-bitrate-switching-broken' into 'main'

[Non-BE] Resolve "JBM MC bitrate switching broken"

See merge request !1128
parents 77307f2d c1db7a0d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1345,6 +1345,7 @@ static ivas_error ivas_mc_dec_reconfig(
        else if ( st_ivas->mc_mode == MC_MODE_PARAMUPMIX )
        {
            tc_nchan_allocate_new = MC_PARAMUPMIX_MAX_INPUT_CHANS;
            tc_buffer_mode_new = TC_BUFFER_MODE_RENDERER;
            if ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_STEREO || st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_MONO )
            {
                tc_buffer_mode_new = TC_BUFFER_MODE_BUFFER;