Change unsigned->signed and int->long, this fits the asm code better on 64
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 12 Oct 2005 12:11:27 +0000 (12:11 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 12 Oct 2005 12:11:27 +0000 (12:11 +0000)
commit7f526efd17973ec6d2204f7a47b6923e2be31363
treeec12de11a1d1eb51e1ca63f32491742d9801fe24
parentb926572aa9548617483ee6d24a360ef939732333
Change unsigned->signed and int->long, this fits the asm code better on 64
bit systems.
Also fixes several crashes because (long)-i is incorrect if i is unsigned.

Originally committed as revision 16740 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/rgb2rgb.c
postproc/rgb2rgb.h
postproc/rgb2rgb_template.c
postproc/swscale_template.c