]> git.sesse.net Git - ffmpeg/commit
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 1 Mar 2007 19:48:40 +0000 (19:48 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 1 Mar 2007 19:48:40 +0000 (19:48 +0000)
commit9340a99588c2bf6209b5c396df15b893c4b576b5
tree6199463b7bb33b85b4c08b88fd68510532859358
parent3922c59fc473ec65892dc7d03a42607500cb34ad
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
does not fit in 32 bits. The SWS_ACCURATE_RND is still broken though.

Originally committed as revision 22401 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale_template.c