Mercurial > libavcodec.hg
changeset 4250:507ba4483ffc libavcodec
typo in umh
author | michael |
---|---|
date | Fri, 01 Dec 2006 09:58:06 +0000 |
parents | 17e04bdf8d69 |
children | b0d38ef4b547 |
files | motion_est_template.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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];