diff options
Diffstat (limited to 'core/fxcodec/codec/ccodec_jpegmodule.h')
-rw-r--r-- | core/fxcodec/codec/ccodec_jpegmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/codec/ccodec_jpegmodule.h b/core/fxcodec/codec/ccodec_jpegmodule.h index 45b1d1b6d1..258038f9cd 100644 --- a/core/fxcodec/codec/ccodec_jpegmodule.h +++ b/core/fxcodec/codec/ccodec_jpegmodule.h @@ -31,7 +31,7 @@ class CCodec_JpegModule final : public CodecModuleIface { // CodecModuleIface: FX_FILESIZE GetAvailInput(Context* pContext) const override; bool Input(Context* pContext, - pdfium::span<uint8_t> src_buf, + RetainPtr<CFX_CodecMemory> codec_memory, CFX_DIBAttribute* pAttribute) override; jmp_buf* GetJumpMark(Context* pContext); |