Commit 42afc22c authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fix for MASA tests

parent 8e3c3ca6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2385,7 +2385,7 @@ static void ivas_dirac_dec_binaural_determine_processing_matrices(
                decorrelationReductionFactor = sqrtf( fmaxf( 0.0f, hDiracDecBin->frameMeanDiffuseness[bin] ) );
            }
#ifdef SBA_AND_OBJECTS
            if ( ( ivas_format == SBA_FORMAT || ivas_format == SBA_ISM_FORMAT ) && nchan_transport == 1 )
            else if ( ( ivas_format == SBA_FORMAT || ivas_format == SBA_ISM_FORMAT ) && nchan_transport == 1 )
#else
            else if ( ivas_format == SBA_FORMAT && nchan_transport == 1 )
#endif