ffmpeg/libavfilter
Reimar Döffinger 7cbb32e461 Use an int MotionVector for find_block_motion.
Using the double variant causes several pointless conversions between
double and int.
Worse, one of the conversions is in an inner loop together with a
function using MMX, resulting in undefined behaviour.
Based on debugging by Ray Simard.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Tested-by: Ray Simard <rhs.ffmpeg@sylvan-glade.com>
2012-01-12 20:09:16 +01:00
..
2011-12-31 16:25:11 +01:00
2011-12-27 15:21:08 +01:00
2011-12-04 21:13:22 +01:00
2011-12-13 21:08:43 +01:00
2011-11-25 04:45:41 +01:00
2011-11-14 05:42:10 +01:00
2011-12-11 11:55:33 +01:00