Skip to content
Snippets Groups Projects
Commit c9cac6e3 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

typo in umh

Originally committed as revision 7193 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c7675718
No related branches found
No related tags found
No related merge requests found
...@@ -671,7 +671,7 @@ static int umh_search(MpegEncContext * s, int *best, int dmin, ...@@ -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}, 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}, { 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},}; {-2,-3}, { 0,-4}, { 2,-3},};
static const int hex2[6][2]={{-2, 0}, { 2,0}, {-1,-2}, {1,-2}, {-1,2},{1,2}}; static const int hex2[6][2]={{-2, 0}, { 2,0}, {-1,-2}, {1,-2}, {-1,2},{1,2}};
cmpf= s->dsp.me_cmp[size]; cmpf= s->dsp.me_cmp[size];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment