diff nutenc.c @ 4520:c9ef08e6e4a9 libavformat

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 c3102b189cb6
children 963e3b76c7a6
line wrap: on
line diff
--- a/nutenc.c	Tue Feb 17 08:12:51 2009 +0000
+++ b/nutenc.c	Tue Feb 17 12:03:10 2009 +0000
@@ -109,7 +109,7 @@
     int i;
     //FIXME this is lame
     //FIXME write a 2pass mode to find the maximal headers
-    const static uint8_t headers[][5]={
+    static const uint8_t headers[][5]={
         {3, 0x00, 0x00, 0x01},
         {4, 0x00, 0x00, 0x01, 0xB6},
         {2, 0xFF, 0xFA}, //mp3+crc