Skip to content
Snippets Groups Projects
Commit 40812fdc authored by Vitor Sessak's avatar Vitor Sessak
Browse files

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
parent d70875c8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment