Update AMR codec.

Change-Id: I8ecd2712863f6962b762f26898002912d1c77afb
This commit is contained in:
Dave Sparks
2010-03-31 17:44:00 -07:00
parent 352cf1a45e
commit 49e5a4c5be

View File

@@ -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;