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

replace one ifndef by ifndef in lib_enc/ivas_corecoder_enc_reconfig_fx.c

parent ac4dca69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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