vf_dint, vf_divtc: fix code assuming "char" is signed
commitbe4d3d34914720c89c084a0532be178b5e0f12cb
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 30 May 2011 21:16:37 +0000 (30 21:16 +0000)
committerUoti Urpala <uau@mplayer2.org>
Wed, 6 Jul 2011 06:15:57 +0000 (6 09:15 +0300)
tree4c266c35db282c1b9d126380111ca1edfcfe55c0
parentab1544b74d5d3f440dbcac801c3e3ebd676f9d7b
vf_dint, vf_divtc: fix code assuming "char" is signed

Use int as type, there is no reason to use char which also
causes issues since it may be either signed or unsigned.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33529 b3059339-0415-0410-9bf9-f77b7e298cf2

Fix code assuming that "char" is signed.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33530 b3059339-0415-0410-9bf9-f77b7e298cf2

Fix code incorrectly assuming "char" is signed.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33531 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpcodecs/vf_dint.c
libmpcodecs/vf_divtc.c