diff mpc8data.h @ 8954:409d20e15da8 libavcodec

cosmetics: 'const static' --> 'static const' to avoid warnings of the type "'static' is not at beginning of declaration" with -Wextra.
author diego
date Tue, 17 Feb 2009 12:03:10 +0000
parents c4a4495715dd
children
line wrap: on
line diff
--- a/mpc8data.h	Mon Feb 16 22:46:30 2009 +0000
+++ b/mpc8data.h	Tue Feb 17 12:03:10 2009 +0000
@@ -77,7 +77,7 @@
     {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 153, 969, 4845, 20349, 74613, 245157, 735471, 2042975, 5311735, 13037895, 30421755, 67863915, 145422675, 300540195}
 };
 
-const static uint8_t mpc8_cnk_len[16][33] =
+static const uint8_t mpc8_cnk_len[16][33] =
 {
     {0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6},
     {0, 0, 2, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0},
@@ -98,7 +98,7 @@
 
 };
 
-const static uint32_t mpc8_cnk_lost[16][33] =
+static const uint32_t mpc8_cnk_lost[16][33] =
 {
     {0, 0, 1, 0, 3, 2, 1, 0, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 31},
     {0, 0, 1, 2, 6, 1, 11, 4, 28, 19, 9, 62, 50, 37, 23, 8, 120, 103, 85, 66, 46, 25, 3, 236, 212, 187, 161, 134, 106, 77, 47, 16, 0},