diff h264.c @ 6753:73de16350531 libavcodec

One const per declaration is enough.
author cehoyos
date Thu, 08 May 2008 14:01:44 +0000
parents b1778cf7f3b1
children df0893f4fd86
line wrap: on
line diff
--- a/h264.c	Tue May 06 17:18:41 2008 +0000
+++ b/h264.c	Thu May 08 14:01:44 2008 +0000
@@ -5364,7 +5364,7 @@
     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,