Fix broken 32-bit clipping, and write numbers in hex instead of decimal so
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 26 Apr 2010 13:36:17 +0000 (13:36 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 26 Apr 2010 13:36:17 +0000 (13:36 +0000)
commit2d0525c27cc5542fdf3fd8c5edb5a4e41bd663ef
tree1e37da01f74112f698053bbc752a10602ab25f55
parent0a6a282a512ca44658db121b7597ae0e70d8a273
Fix broken 32-bit clipping, and write numbers in hex instead of decimal so
they are easier to understand. Also give the add a 'u' postfix to silence
a pre-c99 compiler warning.

Originally committed as revision 22965 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/common.h