mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 22:42:18 +00:00
LibGfx/JBIG2: Fix a comment typo
This commit is contained in:
parent
a2a5fc76aa
commit
6ff446fd30
Notes:
sideshowbarker
2024-07-17 03:10:07 +09:00
Author: https://github.com/nico
Commit: 6ff446fd30
Pull-request: https://github.com/SerenityOS/serenity/pull/23726
1 changed files with 1 additions and 1 deletions
|
@ -1595,7 +1595,7 @@ static ErrorOr<Vector<NonnullRefPtr<Symbol>>> symbol_dictionary_decoding_procedu
|
||||||
u32 code_length = ceil(log2(inputs.input_symbols.size() + inputs.number_of_new_symbols));
|
u32 code_length = ceil(log2(inputs.input_symbols.size() + inputs.number_of_new_symbols));
|
||||||
|
|
||||||
// 6.5.8.2.2 Decoding a bitmap when REFAGGNINST = 1
|
// 6.5.8.2.2 Decoding a bitmap when REFAGGNINST = 1
|
||||||
// FIXME: This is missing some setps for the SDHUFF = 1 case.
|
// FIXME: This is missing some steps for the SDHUFF = 1 case.
|
||||||
if (number_of_symbol_instances != 1)
|
if (number_of_symbol_instances != 1)
|
||||||
return Error::from_string_literal("JBIG2ImageDecoderPlugin: Unexpected number of symbol instances");
|
return Error::from_string_literal("JBIG2ImageDecoderPlugin: Unexpected number of symbol instances");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue