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

set correct no of objects in ivas_td_binaural_renderer_sf

parent 13123ec2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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;