| Index: core/src/fxcodec/codec/codec_int.h
|
| diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h
|
| index 244793b634cc814ab1003ed08e701c3cef5acf7f..a1445a500356b8181d1d2bacc25a405eb8e94fb6 100644
|
| --- a/core/src/fxcodec/codec/codec_int.h
|
| +++ b/core/src/fxcodec/codec/codec_int.h
|
| @@ -152,7 +152,7 @@ public:
|
| virtual void Finish(void* pContext);
|
| virtual void Input(void* pContext, const uint8_t* src_buf, FX_DWORD src_size);
|
| virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps, CFX_DIBAttribute* pAttribute = NULL);
|
| - virtual FX_BOOL StartScanline(void* pContext, int down_scale);
|
| + virtual int StartScanline(void* pContext, int down_scale);
|
| virtual FX_BOOL ReadScanline(void* pContext, uint8_t* dest_buf);
|
| virtual FX_DWORD GetAvailInput(void* pContext, uint8_t** avail_buf_ptr);
|
| protected:
|
|
|