diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-12-05 12:35:47 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-12-05 12:35:47 +0000 |
commit | 2421a01b258c0a0ba4b6f77289973fff3eba3b29 (patch) | |
tree | c5144d8130a8ebf2718204eb2b5017283a4d01aa /libavcodec/motion_est_template.c | |
parent | f852ff32571bfd5ddd239a8c273445377c6462b4 (diff) | |
download | ffmpeg-2421a01b258c0a0ba4b6f77289973fff3eba3b29.tar.gz |
10l umh search needs hex size 2 now after the last change
Originally committed as revision 7224 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est_template.c')
-rw-r--r-- | libavcodec/motion_est_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index ee3c08295c..980727d5a8 100644 --- a/libavcodec/motion_est_template.c +++ b/libavcodec/motion_est_template.c @@ -774,7 +774,7 @@ static int umh_search(MpegEncContext * s, int *best, int dmin, } } - return hex_search(s, best, dmin, src_index, ref_index, penalty_factor, size, h, flags, 1); + return hex_search(s, best, dmin, src_index, ref_index, penalty_factor, size, h, flags, 2); } #define SAB_CHECK_MV(ax,ay)\ |