Commit 3d4ea707 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

restore BE-ness of an OSBA stereo condition in pytests

parent b70699c2
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -911,7 +911,8 @@ int16_t getNumChanSynthesis(
    if ( st_ivas->sba_dirac_stereo_flag )
    {
        n = CPE_CHANNELS;
#ifdef JBM_FOR_OSBA
#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;