Loading lib_dec/ivas_objectRenderer_internal.c +5 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,11 @@ ivas_error ivas_td_binaural_renderer_sf( int16_t nchan_ism_internal, nchan_ism, ch_offset; /* Set the number of ISMs */ if ( st_ivas->ivas_format == MASA_ISM_FORMAT ) if ( st_ivas->ivas_format == MASA_ISM_FORMAT #ifdef JBM_FOR_OSBA || st_ivas->ivas_format == SBA_ISM_FORMAT #endif ) { nchan_ism_internal = st_ivas->nchan_ism; nchan_ism = st_ivas->nchan_ism; Loading Loading
lib_dec/ivas_objectRenderer_internal.c +5 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,11 @@ ivas_error ivas_td_binaural_renderer_sf( int16_t nchan_ism_internal, nchan_ism, ch_offset; /* Set the number of ISMs */ if ( st_ivas->ivas_format == MASA_ISM_FORMAT ) if ( st_ivas->ivas_format == MASA_ISM_FORMAT #ifdef JBM_FOR_OSBA || st_ivas->ivas_format == SBA_ISM_FORMAT #endif ) { nchan_ism_internal = st_ivas->nchan_ism; nchan_ism = st_ivas->nchan_ism; Loading