From e5b1a1861cb0e69411b4ebbfaadb235b9bd8a001 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sun, 26 Dec 2021 01:24:09 +0100 Subject: Avoid double CM in saved WebPs --- fiv-io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fiv-io.h') diff --git a/fiv-io.h b/fiv-io.h index f2cfecd..69e3c90 100644 --- a/fiv-io.h +++ b/fiv-io.h @@ -79,7 +79,7 @@ int fiv_io_filecmp(GFile *f1, GFile *f2); /// Requires libwebp. /// If no exact frame is specified, this potentially creates an animation. gboolean fiv_io_save(cairo_surface_t *page, cairo_surface_t *frame, - const gchar *path, GError **error); + FivIoProfile target, const gchar *path, GError **error); // --- Metadata ---------------------------------------------------------------- -- cgit v1.2.3-54-g00ecf