Loading lib_enc/ivas_corecoder_enc_reconfig.c +4 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
lib_enc/ivas_corecoder_enc_reconfig.c +4 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading