| Index: core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/mct.c
|
| diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/mct.c b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/mct.c
|
| index 0a64938b5c15fdde1bc75d5eea49575bf31927f1..c4341ec1bbd942dee320d1b4dc5da7d53832b269 100644
|
| --- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/mct.c
|
| +++ b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/mct.c
|
| @@ -190,7 +190,7 @@ void opj_mct_decode_real(
|
| }
|
| n &= 7;
|
| } else {
|
| - for(i = 0; i < n; ++i) {
|
| + for (i = 0; i < n; ++i) {
|
| OPJ_FLOAT32 y = c0[i];
|
| OPJ_FLOAT32 u = c1[i];
|
| OPJ_FLOAT32 v = c2[i];
|
| @@ -202,7 +202,6 @@ void opj_mct_decode_real(
|
| c2[i] = b;
|
| }
|
| }
|
| -
|
| #endif
|
| for(i = 0; i < n; ++i) {
|
| OPJ_FLOAT32 y = c0[i];
|
|
|