Skip to content
Snippets Groups Projects
Commit d6483a8e authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

1l found by kabi

Originally committed as revision 1207 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4533d2d6
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment