You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user