[FFmpeg-cvslog] r13079 - trunk/libavcodec/h264.c
cehoyos
subversion
Thu May 8 16:01:44 CEST 2008
Author: cehoyos
Date: Thu May 8 16:01:44 2008
New Revision: 13079
Log:
One const per declaration is enough.
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c (original)
+++ trunk/libavcodec/h264.c Thu May 8 16:01:44 2008
@@ -5364,7 +5364,7 @@ static inline int get_cabac_cbf_ctx( H26
return ctx + 4 * cat;
}
-DECLARE_ASM_CONST(1, const uint8_t, last_coeff_flag_offset_8x8[63]) = {
+DECLARE_ASM_CONST(1, uint8_t, last_coeff_flag_offset_8x8[63]) = {
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
More information about the ffmpeg-cvslog
mailing list