diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index 8f2ffa42e3..21d1a74cb8 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -1715,9 +1715,9 @@ void ff_fix_long_p_mvs(MpegEncContext * s) s->mb_type[i] |= MB_TYPE_INTRA; } } - xy+=2; - i++; } + xy+=2; + i++; } } }