typo in umh

Originally committed as revision 7193 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-12-01 09:58:06 +00:00
parent c7675718e4
commit c9cac6e3d7
1 changed files with 1 additions and 1 deletions

View File

@ -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];