--- branches/dev-api-3/xvidcore/src/motion/motion_comp.c 2002/12/14 09:35:11 720 +++ branches/dev-api-3/xvidcore/src/motion/motion_comp.c 2002/12/14 09:39:42 721 @@ -217,7 +217,7 @@ /* uv-block-based compensation */ if (reduced_resolution) { - const stride = edged_width/2; + const int stride = edged_width/2; uint8_t * current, * reference; current = cur->u + 16*j*stride + 16*i; @@ -297,7 +297,7 @@ /* uv-block-based compensation */ if (reduced_resolution) { - const stride = edged_width/2; + const int stride = edged_width/2; uint8_t * current, * reference; current = cur->u + 16*j*stride + 16*i;