Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a74a751c authored by Dave Sparks's avatar Dave Sparks Committed by Android Git Automerger
Browse files

am 5100df84: am 49e5a4c5: Update AMR codec.

Merge commit '5100df84' into kraken

* commit '5100df84':
  Update AMR codec.
parents 2e646429 5100df84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1634,7 +1634,7 @@ void Decoder_amr(
            {
                if (st->old_T0 < PIT_MAX)
                {                               /* Graceful pitch */
                    st->old_T0 += 1;            /* degradation    */
                    st->old_T0 += 0;            /* degradation    */
                }
                T0 = st->old_T0;
                T0_frac = 0;