1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

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

Originally committed as revision 7224 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-12-05 12:35:47 +00:00
parent f852ff3257
commit 2421a01b25

View File

@ -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)\