OSDN Git Service

aactab: Move extern keyword to the front of array declarations
authorDiego Biurrun <diego@biurrun.de>
Mon, 9 Nov 2015 12:25:55 +0000 (13:25 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 2 Nov 2016 09:33:36 +0000 (10:33 +0100)
libavcodec/aactab.h:49:1: warning: ‘extern’ is not at beginning of declaration [-Wold-style-declaration]

libavcodec/aactab.h

index fc26db8..b1e9510 100644 (file)
@@ -46,8 +46,8 @@
  */
 DECLARE_ALIGNED(32, extern float,  ff_aac_kbd_long_1024)[1024];
 DECLARE_ALIGNED(32, extern float,  ff_aac_kbd_short_128)[128];
-const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window_512)[1920];
-const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window_480)[1800];
+DECLARE_ALIGNED(32, extern const float, ff_aac_eld_window_512)[1920];
+DECLARE_ALIGNED(32, extern const float, ff_aac_eld_window_480)[1800];
 // @}
 
 /* @name number of scalefactor window bands for long and short transform windows respectively