Mercurial > libavcodec.hg
comparison libxvid_rc.c @ 7513:e19d0c9f50ce libavcodec
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).
author | vitor |
---|---|
date | Wed, 06 Aug 2008 21:02:56 +0000 |
parents | 25dcd46b8160 |
children | 95f57b61c9b3 |
comparison
equal
deleted
inserted
replaced
7512:60625fc3ec92 | 7513:e19d0c9f50ce |
---|