Mercurial > libavcodec.hg
diff h264.c @ 4009:e5f7797e53c7 libavcodec
10l int vs uint8_t
| author | michael |
|---|---|
| date | Thu, 12 Oct 2006 18:41:29 +0000 |
| parents | b636f3d59283 |
| children | 29ea06410ce7 |
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 );
