diff --git a/fiv-io.c b/fiv-io.c index a685024..1f8cc12 100644 --- a/fiv-io.c +++ b/fiv-io.c @@ -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);