[FFmpeg-cvslog] r13161 - trunk/libavcodec/ra144.c

vitor subversion
Thu May 15 20:30:05 CEST 2008


Author: vitor
Date: Thu May 15 20:30:05 2008
New Revision: 13161

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

Modified:
   trunk/libavcodec/ra144.c

Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c	(original)
+++ trunk/libavcodec/ra144.c	Thu May 15 20:30:05 2008
@@ -394,7 +394,7 @@ static int eq(Real144_internal *glob, sh
         if ((u + 0x1000) > 0x1fff)
             retval = 1;
 
-        FFSWAP(unsigned int *, bp1, bp2);
+        FFSWAP(int *, bp1, bp2);
     }
     return retval;
 }




More information about the ffmpeg-cvslog mailing list