mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibPDF: Fix comment typo
This commit is contained in:
parent
ea6fed627a
commit
64bb9aa8c7
Notes:
sideshowbarker
2024-07-17 07:08:37 +09:00
Author: https://github.com/nico
Commit: 64bb9aa8c7
Pull-request: https://github.com/SerenityOS/serenity/pull/21507
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ PDFErrorOr<NonnullRefPtr<Gfx::Bitmap>> Renderer::load_image(NonnullRefPtr<Stream
|
|||
}
|
||||
|
||||
if (TRY(is_filter(CommonNames::DCTDecode))) {
|
||||
// TODO: stream objects could store Variant<bytes/Bitmap> to avoid seialisation/deserialisation here
|
||||
// TODO: stream objects could store Variant<bytes/Bitmap> to avoid serialisation/deserialisation here
|
||||
return TRY(Gfx::Bitmap::create_from_serialized_bytes(image->bytes()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue