Commit ab5e6526 authored by Vitor Sessak's avatar Vitor Sessak

Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)

Originally committed as revision 13161 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cf408d88
......@@ -394,7 +394,7 @@ static int eq(Real144_internal *glob, short *in, int *target)
if ((u + 0x1000) > 0x1fff)
retval = 1;
FFSWAP(unsigned int *, bp1, bp2);
FFSWAP(int *, bp1, bp2);
}
return retval;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment