Commit 878de233 authored by reutelhuber's avatar reutelhuber
Browse files

revert one accidental change from previous commit

parent b3cebc19
Loading
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -270,11 +270,8 @@ static void map_params_dirac_to_stereo(

            /* apply upper bounds depending on band */
#ifdef DFT_STEREO_SPAR_MIXING
            if ( !mcmasa )
            {
            hStereoDft->smooth_fac[0][b] = max( hStereoDft->min_smooth_gains[b], min( hStereoDft->max_smooth_gains[b], hStereoDft->smooth_fac[0][b] ) );
            hStereoDft->smooth_fac[1][b] = max( hStereoDft->min_smooth_gains[b], min( hStereoDft->max_smooth_gains[b], hStereoDft->smooth_fac[1][b] ) );
            }
#else
            hStereoDft->smooth_fac[0][b] = min( max_smooth_gains[b], hStereoDft->smooth_fac[0][b] );
            hStereoDft->smooth_fac[1][b] = min( max_smooth_gains[b], hStereoDft->smooth_fac[1][b] );