[Ffmpeg-cvslog] r7193 - trunk/libavcodec/motion_est_template.c
michael
subversion
Fri Dec 1 10:58:06 CET 2006
Author: michael
Date: Fri Dec 1 10:58:06 2006
New Revision: 7193
Modified:
trunk/libavcodec/motion_est_template.c
Log:
typo in umh
Modified: trunk/libavcodec/motion_est_template.c
==============================================================================
--- trunk/libavcodec/motion_est_template.c (original)
+++ trunk/libavcodec/motion_est_template.c Fri Dec 1 10:58:06 2006
@@ -671,7 +671,7 @@
static const int hex[16][2]={{-4,-2}, {-4,-1}, {-4, 0}, {-4, 1}, {-4, 2},
{ 4,-2}, { 4,-1}, { 4, 0}, { 4, 1}, { 4, 2},
{-2, 3}, { 0, 4}, { 2, 3},
- {-2, 3}, { 0, 4}, { 2, 3},};
+ {-2,-3}, { 0,-4}, { 2,-3},};
static const int hex2[6][2]={{-2, 0}, { 2,0}, {-1,-2}, {1,-2}, {-1,2},{1,2}};
cmpf= s->dsp.me_cmp[size];
More information about the ffmpeg-cvslog
mailing list