Commit a720c3f3 authored by multrus's avatar multrus
Browse files

correct setting of channels getNumChanSynthesis()

parent 0c91e966
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -572,7 +572,11 @@ int16_t getNumChanSynthesis(
    {
        n = CPE_CHANNELS;
    }
#ifdef SBA_AND_OBJECTS
    else if ( (st_ivas->hMCT != NULL || st_ivas->ivas_format == SBA_FORMAT) && st_ivas->ivas_format != SBA_ISM_FORMAT )
#else
    else if ( st_ivas->hMCT != NULL || st_ivas->ivas_format == SBA_FORMAT )
#endif
    {
        n = st_ivas->nchan_transport;
    }