Index: core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp |
diff --git a/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp b/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp |
index 2dabb5379dfaa3554fd38fa1846c08726175c005..8c4a5b270521dd86c4291d42b6862ccba61f7525 100644 |
--- a/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp |
+++ b/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp |
@@ -498,7 +498,7 @@ TEST(fxcodec, YUV420ToRGB) { |
img.color_space = OPJ_CLRSPC_SYCC; |
img.comps = FX_Alloc(opj_image_comp_t, 3); |
const struct { |
- int w; |
+ OPJ_UINT32 w; |
bool expected; |
} cases[] = {{0, false}, |
{1, false}, |