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

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

parent e56eef07
Loading
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 ), add( bitsL, bitsR ) ) )
        IF( LE_16( add( bitsM, bitsS ) + 1000, add( bitsL, bitsR ) ) )
        {
            msMask[sfb] = 1;
            move16();