Commit bf27864b authored by michael's avatar michael

useless ()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13806 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0c897bc0
...@@ -238,7 +238,7 @@ static int16_t g726_decode(G726Context* c, int16_t I) ...@@ -238,7 +238,7 @@ static int16_t g726_decode(G726Context* c, int16_t I)
c->dml += ((c->tbls->F[I]<<11) - c->dml) >> 7; c->dml += ((c->tbls->F[I]<<11) - c->dml) >> 7;
if (tr) if (tr)
c->ap = 256; 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; c->ap += (-c->ap) >> 4;
else else
c->ap += (0x200 - c->ap) >> 4; c->ap += (0x200 - c->ap) >> 4;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment