# HG changeset patch # User michael # Date 1160678489 0 # Node ID e5f7797e53c7d51af66047378fd40f5944f40bb5 # Parent b636f3d59283c335d3b45fc73280121aa04f9e05 10l int vs uint8_t diff -r b636f3d59283 -r e5f7797e53c7 h264.c --- 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 );