| Index: core/fxcodec/codec/fx_codec_png.cpp
|
| diff --git a/core/fxcodec/codec/fx_codec_png.cpp b/core/fxcodec/codec/fx_codec_png.cpp
|
| index a3882ba8fb4faec3958f5a9901d6e40ce16d2502..f8621001b6fc35c2cf9871292dfec45443d08289 100644
|
| --- a/core/fxcodec/codec/fx_codec_png.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_png.cpp
|
| @@ -239,7 +239,7 @@ void CCodec_PngModule::Finish(void* pContext) {
|
| }
|
| FX_BOOL CCodec_PngModule::Input(void* pContext,
|
| const uint8_t* src_buf,
|
| - FX_DWORD src_size,
|
| + uint32_t src_size,
|
| CFX_DIBAttribute* pAttribute) {
|
| FXPNG_Context* p = (FXPNG_Context*)pContext;
|
| if (setjmp(png_jmpbuf(p->png_ptr))) {
|
|
|