Add high limit check for unsigned parameters
authorGuillermo Ballester Valor <gbvalor@gmail.com>
Fri, 11 Jun 2010 18:33:49 +0000 (14:33 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 20 Sep 2010 14:03:05 +0000 (10:03 -0400)
commit236906863a043f63e2e92c91b5f6d73939aaa6df
tree1dd6eb41583572da40e47a151e789a2c5d2e545a
parent9100073e8d99f2cf1b0b2d2288687d193295addf
Add high limit check for unsigned parameters

The patch related with issue #55 (5a72620) fixed some warnings, but the
fix was not optimal. It actually was a trick to confuse compiler rather
than a fix.

This patch fixes it by creating a new macro used when needed just a high
limit check for an unsigned.

Change-Id: I94b322e0f7fb07604b3b1df1f9321185f48cfcb5
vp8/vp8_cx_iface.c