diff motion_est_template.c @ 4266:8a50de4eafca libavcodec

10l umh search needs hex size 2 now after the last change
author michael
date Tue, 05 Dec 2006 12:35:47 +0000
parents 4241e92fb0c7
children d6f83e2f8804
line wrap: on
line diff
--- 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)\