changeset 4009:e5f7797e53c7 libavcodec

10l int vs uint8_t
author michael
date Thu, 12 Oct 2006 18:41:29 +0000
parents b636f3d59283
children ed375c76b5e0
files h264.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h264.c	Thu Oct 12 14:49:19 2006 +0000
+++ b/h264.c	Thu Oct 12 18:41:29 2006 +0000
@@ -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 );