# HG changeset patch # User michael # Date 1164967086 0 # Node ID 507ba4483ffcc40945965b73604fad6763d5fe7c # Parent 17e04bdf8d697d81e89cd39ccacd6c12f5dc7dd8 typo in umh diff -r 17e04bdf8d69 -r 507ba4483ffc motion_est_template.c --- a/motion_est_template.c Fri Dec 01 09:48:33 2006 +0000 +++ b/motion_est_template.c Fri Dec 01 09:58:06 2006 +0000 @@ -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];