Commit 689e0beb authored by Gregory Pallone's avatar Gregory Pallone
Browse files

fix MINUS_ONE_IN_Q31

parent 09e093e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2891,7 +2891,7 @@ static ivas_error updateMcPanGainsForBinauralOut(
            inputMc->panGains_fx[0][0] = ONE_IN_Q31;
            inputMc->panGains_fx[0][1] = 0;
        }
        ELSE IF( EQ_32( L_add( inputMc->nonDiegeticPanGain_fx, ONE_IN_Q31 ), 0 ) )
        ELSE IF( EQ_32( inputMc->nonDiegeticPanGain_fx, MINUS_ONE_IN_Q31 ) )
        {
            inputMc->panGains_fx[0][0] = 0;
            inputMc->panGains_fx[0][1] = ONE_IN_Q31;