From 6c7d431e35ca100a733ed720f0431cd7822509e5 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sun, 12 Dec 2021 23:22:20 +0100 Subject: Finish WebP support with animations --- fastiv-view.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fastiv-view.c') diff --git a/fastiv-view.c b/fastiv-view.c index 3f5ae73..db11ae1 100644 --- a/fastiv-view.c +++ b/fastiv-view.c @@ -473,6 +473,8 @@ advance_animation(FastivView *self, GdkFrameClock *clock) return FALSE; // Do not busy loop. GIF timings are given in hundredths of a second. + // Note that browsers seem to do [< 10] => 100: + // https://bugs.webkit.org/show_bug.cgi?id=36082 if (duration == 0) duration = gdk_frame_timings_get_refresh_interval( gdk_frame_clock_get_current_timings(clock)) / 1000; -- cgit v1.2.3-54-g00ecf