useless ()

Originally committed as revision 13806 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-06-18 21:05:07 +00:00
parent 428c82cbac
commit 673a64b89b
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static int16_t g726_decode(G726Context* c, int16_t I)
c->dml += ((c->tbls->F[I]<<11) - c->dml) >> 7;
if (tr)
c->ap = 256;
else if (c->y > 1535 && !c->td && (abs((c->dms << 2) - c->dml) < (c->dml >> 3)))
else if (c->y > 1535 && !c->td && abs((c->dms << 2) - c->dml) < (c->dml >> 3))
c->ap += (-c->ap) >> 4;
else
c->ap += (0x200 - c->ap) >> 4;