# HG changeset patch # User michael # Date 1165322147 0 # Node ID 8a50de4eafca107d897794d915b47e40ceb8016d # Parent 4241e92fb0c7ebf6c8c89ccaa6ea181a4c9831c5 10l umh search needs hex size 2 now after the last change diff -r 4241e92fb0c7 -r 8a50de4eafca motion_est_template.c --- a/motion_est_template.c Tue Dec 05 12:34:52 2006 +0000 +++ b/motion_est_template.c Tue Dec 05 12:35:47 2006 +0000 @@ -774,7 +774,7 @@ } } - 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)\