Commit b08a9d79 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix cases with switches where the number of TCs for SBA and objects is unchanged

parent 1d0d0ea4
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -446,7 +446,11 @@ ivas_error ivas_corecoder_enc_reconfig(
        }
        else if ( st_ivas->hMCT != NULL && st_ivas->nCPE > 1 )
        {
#ifdef NONBE_FIX_ISM_XOVER_BR
            if ( ( error = mct_enc_reconfigure( st_ivas, nchan_transport_old_real != nchan_transport_real ) ) != IVAS_ERR_OK )
#else
            if ( ( error = mct_enc_reconfigure( st_ivas, st_ivas->nchan_transport != nchan_transport_old ) ) != IVAS_ERR_OK )
#endif
            {
                return error;
            }