[FFmpeg-cvslog] [propchange]: r22974 - svn:log

rbultje subversion
Tue Apr 27 23:15:04 CEST 2010


Author: rbultje
Revision: 22974
Property Name: svn:log
Action: modified

Property diff:
--- old property value
+++ new property value
@@ -1,8 +1,9 @@
 Switch some ints to unsigned (they can only have positive values, this allows
 compiler to optimize some math from mul/div to shr/shl). Also add a cast to
-uint32_t when calling decodeplane32(). Lastly, in decodeplane8/32(), flatten
-a double-loop into a single-loop and calculate the length once before entering
-the loop instead of during every iteration (since it doesn't change).
+uint32_t when calling decodeplane32(), this silences a compiler warning.
+Lastly, in decodeplane8/32(), flatten a double-loop into a single-loop and
+calculate the length once before entering the loop instead of during every
+iteration (since it doesn't change).
 
 Patch by Sebastian Vater <cdgs.basty googlemail com>.
 



More information about the ffmpeg-cvslog mailing list