Fix colour management in animations

Bug introduced in d6e79cf.
This commit is contained in:
Přemysl Eric Janouch 2023-06-24 14:20:40 +02:00
parent 2ff853b7e0
commit bbfa2344d6
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ fiv_io_profile_page(FivIoImage *page, FivIoProfile target,
// TODO(p): All animations need to be composited in a linear colour space.
for (FivIoImage *frame = page; frame != NULL; frame = frame->frame_next)
frame_cb(page, source, target);
frame_cb(frame, source, target);
if (source)
fiv_io_profile_free(source);