From e0a0c85dbd25fe1f3e5931863627b702af156d28 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 8 May 2008 14:01:44 +0000 Subject: [PATCH] One const per declaration is enough. Originally committed as revision 13079 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 9b8f5401ec..5fc2aa11f1 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -5364,7 +5364,7 @@ static inline int get_cabac_cbf_ctx( H264Context *h, int cat, int idx ) { 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,