Commit af56b1db authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7224 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent de959783
......@@ -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)\
......
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