summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-06-24 15:02:52 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-06-24 15:02:52 +0000
commitf10bd870bff404c36f34b17398bc43b368068ca1 (patch)
tree997b6501aa8511b0107e211b4dd512ea2ba5e857 /libavcodec/motion_est.c
parent985c513355d1ed993e4fe4ae935db29d0a48270f (diff)
4mv bugfix
Originally committed as revision 702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c4
1 files changed, 2 insertions, 2 deletions
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++;
}
}
}