diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-11-14 18:02:07 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-11-14 18:02:07 +0000 |
commit | d6483a8e5cfc4e253e2d5f9f185a90ee4827b4a0 (patch) | |
tree | e05e0330a48308f234df662e35e0e614eec1da26 | |
parent | 4533d2d67f28860304cdaa8aa0b3db85f368810e (diff) | |
download | ffmpeg-d6483a8e5cfc4e253e2d5f9f185a90ee4827b4a0.tar.gz |
1l found by kabi
Originally committed as revision 1207 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/motion_est.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index 779e88aa60..95e67f66a5 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -744,7 +744,7 @@ static inline int halfpel_motion_search(MpegEncContext * s, *mx_ptr = 0; *my_ptr = 0; return dmin; - }else + } xx = 16 * s->mb_x + 8*(n&1); yy = 16 * s->mb_y + 8*(n>>1); |