--- trunk/xvidcore/src/motion/motion_est.c 2002/07/07 11:21:20 266 +++ trunk/xvidcore/src/motion/motion_est.c 2002/07/07 11:42:38 267 @@ -173,7 +173,7 @@ const VECTOR zeroMV = { 0, 0 }; - long long time; + int64_t time; int32_t x, y; int32_t iIntra = 0; VECTOR pmv;