mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibGfx/JPEG: Print some debug information about restart markers
This commit is contained in:
parent
107bfbe283
commit
145672a8b4
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/LucasChollet
Commit: 145672a8b4
Pull-request: https://github.com/SerenityOS/serenity/pull/22594
Reviewed-by: https://github.com/nico ✅
1 changed files with 1 additions and 0 deletions
|
@ -973,6 +973,7 @@ static ErrorOr<void> read_restart_interval(JPEGStream& stream, JPEGLoadingContex
|
|||
return Error::from_string_literal("Malformed DRI marker found");
|
||||
}
|
||||
context.dc_restart_interval = TRY(stream.read_u16());
|
||||
dbgln_if(JPEG_DEBUG, "Restart marker: {}", context.dc_restart_interval);
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue