This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
1l found by kabi
Originally committed as revision 1207 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
23 years ago
parent
4533d2d67f
commit
d6483a8e5c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/motion_est.c
+ 1
- 1
libavcodec/motion_est.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save