Mercurial > libavcodec.hg
changeset 6753:73de16350531 libavcodec
One const per declaration is enough.
author | cehoyos |
---|---|
date | Thu, 08 May 2008 14:01:44 +0000 |
parents | b2daf71037be |
children | 7094ae690809 |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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,