Commit c145b97b authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "force L/R in MDCT-Stereo mode for testing the regression jobs"

This reverts commit d4284eb4.
parent d4284eb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1227,7 +1227,7 @@ static void MsStereoDecision_fx(
        bitsM = RCcontextMapping_encode2_estimate_bandWise_fx( quantSpecM, startline, endline, ctxM );
        bitsS = RCcontextMapping_encode2_estimate_bandWise_fx( quantSpecS, startline, endline, ctxS );

        IF( LE_16( add( bitsM, bitsS ) + 1000, add( bitsL, bitsR ) ) )
        IF( LE_16( add( bitsM, bitsS ), add( bitsL, bitsR ) ) )
        {
            msMask[sfb] = 1;
            move16();