diff mimic.c @ 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 800444234375
children 54bc8a2727b0
line wrap: on
line diff
--- a/mimic.c	Mon Feb 16 22:46:30 2009 +0000
+++ b/mimic.c	Tue Feb 17 12:03:10 2009 +0000
@@ -121,7 +121,7 @@
     return 0;
 }
 
-const static int8_t vlcdec_lookup[9][64] = {
+static const int8_t vlcdec_lookup[9][64] = {
     {    0, },
     {   -1,   1, },
     {   -3,   3,   -2,   2, },