diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-12-01 09:58:06 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-12-01 09:58:06 +0000 |
commit | c9cac6e3d7ad96fc18b6bb2657dcabdbbe56343c (patch) | |
tree | c8aa1ac31f71f4ceeecd81684715a0d1f8e81f5e /libavcodec/motion_est_template.c | |
parent | c7675718e47255586357135f87cb9494919a0b8b (diff) | |
download | ffmpeg-c9cac6e3d7ad96fc18b6bb2657dcabdbbe56343c.tar.gz |
typo in umh
Originally committed as revision 7193 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est_template.c')
-rw-r--r-- | libavcodec/motion_est_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index ba4d20ff50..8fca89a19f 100644 --- a/libavcodec/motion_est_template.c +++ b/libavcodec/motion_est_template.c @@ -671,7 +671,7 @@ static int umh_search(MpegEncContext * s, int *best, int dmin, 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]; |