Commit 35fe4ca2 authored by cehoyos's avatar cehoyos

One const per declaration is enough.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13079 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d3dff191
...@@ -5364,7 +5364,7 @@ static inline int get_cabac_cbf_ctx( H264Context *h, int cat, int idx ) { ...@@ -5364,7 +5364,7 @@ static inline int get_cabac_cbf_ctx( H264Context *h, int cat, int idx ) {
return ctx + 4 * cat; 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, 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, 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, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment