diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-15 06:15:26 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-15 06:15:41 +0100 |
commit | 4d8165d790abeb5ed6db65ef5fefaa93d6a87f48 (patch) | |
tree | 1a431da13edf9be902e038b1c54c7147a58e510a /fastiv-io.c | |
parent | c18404efee8d330cf30b1799fb1cefec722bf31d (diff) | |
download | fiv-4d8165d790abeb5ed6db65ef5fefaa93d6a87f48.tar.gz fiv-4d8165d790abeb5ed6db65ef5fefaa93d6a87f48.tar.xz fiv-4d8165d790abeb5ed6db65ef5fefaa93d6a87f48.zip |
Add some WebP notes
Diffstat (limited to 'fastiv-io.c')
-rw-r--r-- | fastiv-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |