Another try at fixing swscale on win64, as per r31153.
authorAnton Mitrofanov <BugMaster@narod.ru>
Sun, 18 Jul 2010 21:39:57 +0000 (21:39 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Sun, 18 Jul 2010 21:39:57 +0000 (21:39 +0000)
commitc85007d5594d93ac016888cdb3a5d21e9412b920
tree0827138700d1dced6916ebe6e580605768fcedc0
parent77cce79aa76d8fee94ebea0380b1233c8339985a
Another try at fixing swscale on win64, as per r31153.

Don't change paramater passing, but instead use casts.
Shouldn't affect asm output on anything other than win64.
libswscale should work on win64 now.
The rest of ffmpeg still isn't win64 compatible due to the issue of xmm
clobbers, but swscale doesn't use any SSE.

Patch by Anton Mitrofanov <BugMaster AT narod DOT ru>.

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