]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 4 Nov 2009 03:05:18 +0000 (03:05 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 4 Nov 2009 03:05:18 +0000 (03:05 +0000)
wand/pixel-view.c

index 4bae31de6805103b163069d53690434b2ca8c476..107bbf2e928c8ae2d1a18e0a3540ff3441da2645 100644 (file)
@@ -285,7 +285,7 @@ WandExport MagickBooleanType DuplexTransferPixelViewIterator(
   progress=0;
   exception=destination->exception;
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
-  #pragma omp parallel for schedule(dynamic,4) shared(progress,status)
+  #pragma omp parallel for schedule(static,1) shared(progress,status)
 #endif
   for (y=source->region.y; y < (long) source->region.height; y++)
   {