Commit e0a0c85d authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

One const per declaration is enough.

Originally committed as revision 13079 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4f786086
...@@ -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