--- branches/dev-api-3/xvidcore/src/motion/motion_comp.c 2003/01/12 13:11:50 777 +++ branches/dev-api-3/xvidcore/src/motion/motion_comp.c 2003/01/12 13:13:36 778 @@ -34,7 +34,7 @@ { int length = 1 << (fcode+4); - if (quarterpel) value *= 2; +// if (quarterpel) value *= 2; if (value < -length) return -length;