| Index: core/fxcodec/codec/fx_codec_jpeg.cpp
|
| diff --git a/core/fxcodec/codec/fx_codec_jpeg.cpp b/core/fxcodec/codec/fx_codec_jpeg.cpp
|
| index 9a2a0ee4a34b05056d9fd80a98704a3b8c1f0a69..9964589fc66ee30d2e6c3bb83d0f643a1ad5ed8a 100644
|
| --- a/core/fxcodec/codec/fx_codec_jpeg.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_jpeg.cpp
|
| @@ -476,7 +476,7 @@ uint8_t* CCodec_JpegDecoder::v_GetNextLine() {
|
| uint32_t CCodec_JpegDecoder::GetSrcOffset() {
|
| return (uint32_t)(m_SrcSize - src.bytes_in_buffer);
|
| }
|
| -ICodec_ScanlineDecoder* CCodec_JpegModule::CreateDecoder(
|
| +CCodec_ScanlineDecoder* CCodec_JpegModule::CreateDecoder(
|
| const uint8_t* src_buf,
|
| uint32_t src_size,
|
| int width,
|
|
|