LibGfx/JPEG: Link the actual chapter instead of the summary section
This commit is contained in:
parent
6b8b45c8a3
commit
e5385cdf24
Notes:
sideshowbarker
2024-07-17 08:38:37 +09:00
Author: https://github.com/LucasChollet Commit: https://github.com/SerenityOS/serenity/commit/e5385cdf24 Pull-request: https://github.com/SerenityOS/serenity/pull/17652 Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/nico ✅
1 changed files with 2 additions and 2 deletions
|
@ -1178,8 +1178,8 @@ static bool is_app_marker(Marker const marker)
|
|||
|
||||
static bool is_miscellaneous_or_table_marker(Marker const marker)
|
||||
{
|
||||
// B.6 - Summary
|
||||
// See: Figure B.17 – Flow of marker segment
|
||||
// B.2.4 - Table-specification and miscellaneous marker segment syntax
|
||||
// See also B.6 - Summary: Figure B.17 – Flow of marker segment
|
||||
|
||||
bool const is_misc = marker == JPEG_COM || marker == JPEG_DRI || is_app_marker(marker);
|
||||
bool const is_table = marker == JPEG_DQT || marker == JPEG_DAC || marker == JPEG_DHT;
|
||||
|
|
Loading…
Add table
Reference in a new issue