Loading lib_enc/ivas_corecoder_enc_reconfig_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -695,8 +695,8 @@ ivas_error ivas_corecoder_enc_reconfig_fx( } ELSE IF( st_ivas->hMCT != NULL && GT_16( st_ivas->nCPE, 1 ) ) { #ifndef NONBE_FIX_ISM_XOVER_BR IF( ( error = mct_enc_reconfigure_fx( st_ivas, nchan_transport_old_real != nchan_transport_old ) ) != IVAS_ERR_OK ) #ifdef NONBE_FIX_ISM_XOVER_BR IF( ( error = mct_enc_reconfigure_fx( st_ivas, NE_16(nchan_transport_old_real, nchan_transport_old ) ) ) != IVAS_ERR_OK ) #else IF( ( error = mct_enc_reconfigure_fx( st_ivas, st_ivas->nchan_transport != nchan_transport_old ) ) != IVAS_ERR_OK ) #endif Loading Loading
lib_enc/ivas_corecoder_enc_reconfig_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -695,8 +695,8 @@ ivas_error ivas_corecoder_enc_reconfig_fx( } ELSE IF( st_ivas->hMCT != NULL && GT_16( st_ivas->nCPE, 1 ) ) { #ifndef NONBE_FIX_ISM_XOVER_BR IF( ( error = mct_enc_reconfigure_fx( st_ivas, nchan_transport_old_real != nchan_transport_old ) ) != IVAS_ERR_OK ) #ifdef NONBE_FIX_ISM_XOVER_BR IF( ( error = mct_enc_reconfigure_fx( st_ivas, NE_16(nchan_transport_old_real, nchan_transport_old ) ) ) != IVAS_ERR_OK ) #else IF( ( error = mct_enc_reconfigure_fx( st_ivas, st_ivas->nchan_transport != nchan_transport_old ) ) != IVAS_ERR_OK ) #endif Loading