[babl] lower max stack alloced buffer size to 14000px (for win32)



commit b7ae196e6869e9d9cbae38725a3538a64fc3e059
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Sun Oct 28 01:08:56 2012 +0200

    lower max stack alloced buffer size to 14000px (for win32)

 babl/babl-fish-path.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c
index 018896f..7c1a87b 100644
--- a/babl/babl-fish-path.c
+++ b/babl/babl-fish-path.c
@@ -379,8 +379,8 @@ babl_fish_process (Babl       *babl,
   return ret;
 }
 
-/* This size buffer needs to be possible to allocate on the stack..*/
-#define MAX_BUFFER_SIZE   8192
+/* This size buffers needs to be possible to allocate on the stack..*/
+#define MAX_BUFFER_SIZE   14000
 
 static long
 babl_process_chunks (const Babl *cbabl,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]