| Index: core/fxcodec/codec/ccodec_basicmodule.h
|
| diff --git a/core/fxcodec/codec/ccodec_basicmodule.h b/core/fxcodec/codec/ccodec_basicmodule.h
|
| index 4151b4f0f154139bb058a63bddbc20ae4ebdbd86..641cd00cf48adfc8f3f80bd851efc5a1802f1657 100644
|
| --- a/core/fxcodec/codec/ccodec_basicmodule.h
|
| +++ b/core/fxcodec/codec/ccodec_basicmodule.h
|
| @@ -13,14 +13,6 @@ class CCodec_ScanlineDecoder;
|
|
|
| class CCodec_BasicModule {
|
| public:
|
| - FX_BOOL RunLengthEncode(const uint8_t* src_buf,
|
| - uint32_t src_size,
|
| - uint8_t*& dest_buf,
|
| - uint32_t& dest_size);
|
| - FX_BOOL A85Encode(const uint8_t* src_buf,
|
| - uint32_t src_size,
|
| - uint8_t*& dest_buf,
|
| - uint32_t& dest_size);
|
| CCodec_ScanlineDecoder* CreateRunLengthDecoder(const uint8_t* src_buf,
|
| uint32_t src_size,
|
| int width,
|
|
|