summaryrefslogtreecommitdiff
path: root/thumbnailer
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-12-12 14:16:39 +0100
committerBastien Nocera <hadess@hadess.net>2016-12-12 16:36:21 +0100
commitae8d11607f79fa048517638633901ea9a1c33db6 (patch)
treec6b874b30bd7762acb1e0d0211446c673c3ebd48 /thumbnailer
parent42d762043852cd7ea247b0bf16ea470e222ce7a9 (diff)
downloadgdk-pixbuf-ae8d11607f79fa048517638633901ea9a1c33db6.tar.gz
thumbnailer: Bump chunk size to 65536
As used in other parts of gdk-pixbuf. https://bugzilla.gnome.org/show_bug.cgi?id=768062
Diffstat (limited to 'thumbnailer')
-rw-r--r--thumbnailer/gdk-pixbuf-thumbnailer.c2
1 files changed, 1 insertions, 1 deletions
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,