From ae8d11607f79fa048517638633901ea9a1c33db6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 12 Dec 2016 14:16:39 +0100 Subject: thumbnailer: Bump chunk size to 65536 As used in other parts of gdk-pixbuf. https://bugzilla.gnome.org/show_bug.cgi?id=768062 --- thumbnailer/gdk-pixbuf-thumbnailer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbnailer') diff --git a/thumbnailer/gdk-pixbuf-thumbnailer.c b/thumbnailer/gdk-pixbuf-thumbnailer.c index 0ac93d239..e82d147ab 100644 --- a/thumbnailer/gdk-pixbuf-thumbnailer.c +++ b/thumbnailer/gdk-pixbuf-thumbnailer.c @@ -30,7 +30,7 @@ typedef struct { gint input_height; } SizePrepareContext; -#define LOAD_BUFFER_SIZE 4096 +#define LOAD_BUFFER_SIZE 65536 static void size_prepared_cb (GdkPixbufLoader *loader, -- cgit v1.2.1