[Ffmpeg-cvslog] r6675 - trunk/libavcodec/h264.c

michael subversion
Thu Oct 12 20:41:30 CEST 2006


Author: michael
Date: Thu Oct 12 20:41:29 2006
New Revision: 6675

Modified:
   trunk/libavcodec/h264.c

Log:
10l int vs uint8_t


Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Thu Oct 12 20:41:29 2006
@@ -6117,7 +6117,7 @@
                 } \
             } \
         }
-        const int *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD];
+        const uint8_t *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD];
         DECODE_SIGNIFICANCE( 63, sig_off[last], last_coeff_flag_offset_8x8[last] );
     } else {
         DECODE_SIGNIFICANCE( max_coeff - 1, last, last );




More information about the ffmpeg-cvslog mailing list