Simplify range checking in eval_refl(). Before the
authorVitor Sessak <vitor1001@gmail.com>
Wed, 6 Aug 2008 21:02:56 +0000 (21:02 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Wed, 6 Aug 2008 21:02:56 +0000 (21:02 +0000)
commit40812fdcf1dc74c026c93cc5168a2b10a2b0c777
treef9f04760d00916baf8fbbe1c51a26e417867db91
parentd70875c81dbc60d7f2a38ab4f2416366c16aa3b6
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).

Originally committed as revision 14650 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ra144.c