From 4d8165d790abeb5ed6db65ef5fefaa93d6a87f48 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Wed, 15 Dec 2021 06:15:26 +0100 Subject: Add some WebP notes --- fastiv-io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fastiv-io.c') diff --git a/fastiv-io.c b/fastiv-io.c index 33ff9b8..330e716 100644 --- a/fastiv-io.c +++ b/fastiv-io.c @@ -1896,6 +1896,7 @@ fastiv_io_open_from_data(const char *data, size_t len, const gchar *path, } #endif // HAVE_XCURSOR -------------------------------------------------------- #ifdef HAVE_LIBWEBP //--------------------------------------------------------- + // TODO(p): https://github.com/google/wuffs/commit/4c04ac1 if ((surface = open_libwebp(data, len, path, error))) break; if (error) { -- cgit v1.2.3-54-g00ecf