Commit 45515462 authored by bayers's avatar bayers
Browse files

fix missing removal of an #ifdef MASA_AND_OBJECTS, exchange Windows...

fix missing removal of an #ifdef MASA_AND_OBJECTS, exchange Windows networkSimulator_g192.exe with a 512 kpbs capable one
parent a1c3a12e
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1558,10 +1558,8 @@ void ivas_dirac_dec_set_md_map(
    ivas_jbm_dec_get_adapted_subframes( nCldfbTs, hSpatParamRendCom->subframe_nbslots, &hSpatParamRendCom->nb_subframes );
#ifdef API_5MS
    /* copy also to tc buffer */
#ifdef MASA_AND_OBJECTS
    /* only for non-combined formats and combinded formats w/o discrete objects */
    if ( st_ivas->ivas_format != MASA_ISM_FORMAT || st_ivas->ism_mode != ISM_MASA_MODE_DISC )
#endif
    {
        st_ivas->hTcBuffer->nb_subframes = hSpatParamRendCom->nb_subframes;
        mvs2s( hSpatParamRendCom->subframe_nbslots, st_ivas->hTcBuffer->subframe_nbslots, hSpatParamRendCom->nb_subframes );