Commit 2421a01b authored by Michael Niedermayer's avatar Michael Niedermayer

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

Originally committed as revision 7224 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f852ff32
...@@ -774,7 +774,7 @@ static int umh_search(MpegEncContext * s, int *best, int dmin, ...@@ -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)\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment