Commit 31b1c57e authored by michaelni's avatar michaelni

1l found by kabi


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1207 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aac7350e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment