[Ffmpeg-cvslog] r7224 - trunk/libavcodec/motion_est_template.c

michael subversion
Tue Dec 5 13:35:47 CET 2006


Author: michael
Date: Tue Dec  5 13:35:47 2006
New Revision: 7224

Modified:
   trunk/libavcodec/motion_est_template.c

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


Modified: trunk/libavcodec/motion_est_template.c
==============================================================================
--- trunk/libavcodec/motion_est_template.c	(original)
+++ trunk/libavcodec/motion_est_template.c	Tue Dec  5 13:35:47 2006
@@ -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)\




More information about the ffmpeg-cvslog mailing list