[FFmpeg-soc] [soc]: r5595 - indeo5/ivi_common.c

kostya subversion at mplayerhq.hu
Wed Jan 27 16:24:44 CET 2010


Author: kostya
Date: Wed Jan 27 16:24:44 2010
New Revision: 5595

Log:
drop rather unneeded const qualifiers

Modified:
   indeo5/ivi_common.c

Modified: indeo5/ivi_common.c
==============================================================================
--- indeo5/ivi_common.c	Wed Jan 27 16:22:39 2010	(r5594)
+++ indeo5/ivi_common.c	Wed Jan 27 16:24:44 2010	(r5595)
@@ -37,7 +37,7 @@
  *  Reverses "nbits" bits of the value "val" and returns the result
  *  in the least significant bits.
  */
-static uint16_t inv_bits(const uint16_t val, const int nbits)
+static uint16_t inv_bits(uint16_t val, int nbits)
 {
     uint16_t res;
 


More information about the FFmpeg-soc mailing list