mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
WebP: Remove nonsensical comment
It's up to callers of the ImageDecoderPlugin to honor loop_count(). The ImageDecoderPlugin doesn't have to look at it when decoding frames. No behavior change.
This commit is contained in:
committed by
Andreas Kling
parent
287e2655cb
commit
c2ec97dd79
@@ -592,8 +592,6 @@ static ErrorOr<ImageFrameDescriptor> decode_webp_animation_frame(WebPLoadingCont
|
||||
|
||||
Painter painter(*context.bitmap);
|
||||
|
||||
// FIXME: Honor context.animation_header_chunk_data.loop_count.
|
||||
|
||||
for (size_t i = start_frame; i <= frame_index; ++i) {
|
||||
dbgln_if(WEBP_DEBUG, "drawing frame {} to produce frame {}", i, frame_index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user