]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/j2k.c
diracyasm: fix win64
[ffmpeg] / libavcodec / j2k.c
index 5a42814c0f083750f4054da37e904277d34b8d81..606a3d8b8bdd3e9455f89b45f04bb7ca934a3c0a 100644 (file)
@@ -252,7 +252,7 @@ int ff_j2k_init_component(J2kComponent *comp, J2kCodingStyle *codsty, J2kQuantSt
             int cblkperprecw, cblkperprech;
 
             if (qntsty->quantsty != J2K_QSTY_NONE){
-                const static uint8_t lut_gain[2][4] = {{0, 0, 0, 0}, {0, 1, 1, 2}};
+                static const uint8_t lut_gain[2][4] = {{0, 0, 0, 0}, {0, 1, 1, 2}};
                 int numbps;
 
                 numbps = cbps + lut_gain[codsty->transform][bandno + reslevelno>0];