]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Simplify range checking in eval_refl(). Before the
authorvitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 6 Aug 2008 21:02:56 +0000 (21:02 +0000)
committervitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 6 Aug 2008 21:02:56 +0000 (21:02 +0000)
commit3489adc71570665f26ea42902e6ae6b22d3e10b6
tree6198e4b4856e0831c015c83adff6deb261275a3f
parent9ae2365a43e9b4c50aa80341aef39b7a779e048f
Simplify range checking in eval_refl(). Before the
condition b == 0 could never be true, because it would
have already been caught in the previous ifs. Also the
condition b == 0x1000 could never be true (it would
triggered the return).

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14650 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/ra144.c