aboutsummaryrefslogtreecommitdiff
path: root/fiv-io.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-12-26 01:24:09 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-12-26 02:02:57 +0100
commite5b1a1861cb0e69411b4ebbfaadb235b9bd8a001 (patch)
tree58f592c5598c0659f13a18d1b191db023960c586 /fiv-io.h
parente37acf365a920132da5fdaf014b6b534a4d76015 (diff)
downloadfiv-e5b1a1861cb0e69411b4ebbfaadb235b9bd8a001.tar.gz
fiv-e5b1a1861cb0e69411b4ebbfaadb235b9bd8a001.tar.xz
fiv-e5b1a1861cb0e69411b4ebbfaadb235b9bd8a001.zip
Avoid double CM in saved WebPs
Diffstat (limited to 'fiv-io.h')
-rw-r--r--fiv-io.h2
1 files changed, 1 insertions, 1 deletions
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 ----------------------------------------------------------------