Reorder static inline when extension is found (GNU)
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 16 Dec 2011 10:38:18 +0000 (10:38 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 16 Dec 2011 10:38:18 +0000 (10:38 +0000)
libopenjpeg/t1.c

index b3ede36ab199e85f3aae0452978f0de5d339cbaf..477720412aa13aafdfa4f98c7259823c929f8a35 100644 (file)
@@ -123,20 +123,20 @@ static void t1_enc_refpass_step(
 /**
 Decode refinement pass
 */
-static void INLINE t1_dec_refpass_step_raw(
+static INLINE void t1_dec_refpass_step_raw(
                opj_t1_t *t1,
                flag_t *flagsp,
                int *datap,
                int poshalf,
                int neghalf,
                int vsc);
-static void INLINE t1_dec_refpass_step_mqc(
+static INLINE void t1_dec_refpass_step_mqc(
                opj_t1_t *t1,
                flag_t *flagsp,
                int *datap,
                int poshalf,
                int neghalf);
-static void INLINE t1_dec_refpass_step_mqc_vsc(
+static INLINE void t1_dec_refpass_step_mqc_vsc(
                opj_t1_t *t1,
                flag_t *flagsp,
                int *datap,