am 49e5a4c5: Update AMR codec.
Merge commit '49e5a4c5be2e8ba114efff8d0634a34867cb2c26' into froyo-plus-aosp * commit '49e5a4c5be2e8ba114efff8d0634a34867cb2c26': Update AMR codec.
This commit is contained in:
@@ -1634,7 +1634,7 @@ void Decoder_amr(
|
|||||||
{
|
{
|
||||||
if (st->old_T0 < PIT_MAX)
|
if (st->old_T0 < PIT_MAX)
|
||||||
{ /* Graceful pitch */
|
{ /* Graceful pitch */
|
||||||
st->old_T0 += 1; /* degradation */
|
st->old_T0 += 0; /* degradation */
|
||||||
}
|
}
|
||||||
T0 = st->old_T0;
|
T0 = st->old_T0;
|
||||||
T0_frac = 0;
|
T0_frac = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user