mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibGfx/JBIG2: Tweak spec comment quote characters
This commit is contained in:
parent
6842299959
commit
2e6626ae3b
Notes:
sideshowbarker
2024-07-17 02:14:39 +09:00
Author: https://github.com/nico
Commit: 2e6626ae3b
Pull-request: https://github.com/SerenityOS/serenity/pull/23726
1 changed files with 2 additions and 2 deletions
|
@ -1690,11 +1690,11 @@ static ErrorOr<Vector<NonnullRefPtr<Symbol>>> symbol_dictionary_decoding_procedu
|
|||
// NSYMSDECODED = NSYMSDECODED + 1"
|
||||
number_of_symbols_decoded++;
|
||||
}
|
||||
// d) If SDHUFF is 1 and SDREFAGG is 0, [...long text elided...]
|
||||
// "d) If SDHUFF is 1 and SDREFAGG is 0, [...long text elided...]"
|
||||
// FIXME: Implement support for SDHUFF = 1.
|
||||
}
|
||||
|
||||
// 5) Determine which symbol bitmaps are exported from this symbol dictionary, as described in 6.5.10. These
|
||||
// "5) Determine which symbol bitmaps are exported from this symbol dictionary, as described in 6.5.10. These
|
||||
// bitmaps can be drawn from the symbols that are used as input to the symbol dictionary decoding
|
||||
// procedure as well as the new symbols produced by the decoding procedure."
|
||||
JBIG2::ArithmeticIntegerDecoder export_integer_decoder(decoder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue