Loading lib_enc/ivas_corecoder_enc_reconfig_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -696,7 +696,7 @@ ivas_error ivas_corecoder_enc_reconfig_fx( ELSE IF( st_ivas->hMCT != NULL && GT_16( st_ivas->nCPE, 1 ) ) { #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 ) IF( ( error = mct_enc_reconfigure_fx( st_ivas, NE_16( nchan_transport_old_real, nchan_transport_real ) ) ) != 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 +1 −1 Original line number Diff line number Diff line Loading @@ -696,7 +696,7 @@ ivas_error ivas_corecoder_enc_reconfig_fx( ELSE IF( st_ivas->hMCT != NULL && GT_16( st_ivas->nCPE, 1 ) ) { #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 ) IF( ( error = mct_enc_reconfigure_fx( st_ivas, NE_16( nchan_transport_old_real, nchan_transport_real ) ) ) != IVAS_ERR_OK ) #else IF( ( error = mct_enc_reconfigure_fx( st_ivas, st_ivas->nchan_transport != nchan_transport_old ) ) != IVAS_ERR_OK ) #endif Loading