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

Merge branch '919-unused-code-in-function-getnumchansynthesis' into 'main'

Resolve "unused code in function getNumChanSynthesis"

See merge request !1250
parents 3bab5d2b c97bc7c3
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -937,13 +937,6 @@ int16_t getNumChanSynthesis(
    if ( st_ivas->sba_dirac_stereo_flag )
    {
        n = CPE_CHANNELS;
#if 0 
        /* TODO wkr: this is actually a correct bugfix for OSBA, it is disabled for now to pass the pipelines in the OSBA JBM branch */
        if ( st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC )
        {
            n += st_ivas->nchan_ism;
        }
#endif
    }
    else if ( ( st_ivas->hMCT != NULL || st_ivas->ivas_format == SBA_FORMAT ) && st_ivas->ivas_format != SBA_ISM_FORMAT )
    {