10l umh search needs hex size 2 now after the last change

Originally committed as revision 7224 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 18 years ago
parent f852ff3257
commit 2421a01b25
  1. 2
      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)\ #define SAB_CHECK_MV(ax,ay)\

Loading…
Cancel
Save