]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 7 Oct 2010 00:55:11 +0000 (00:55 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 7 Oct 2010 00:55:11 +0000 (00:55 +0000)
magick/effect.c

index 5740e1a5af89fbea1d8bec5088402dc98ce9451f..83ee63c61bad5ada569bb3c94032a1ed06a910f2 100644 (file)
@@ -1861,7 +1861,7 @@ MagickExport Image *DespeckleImage(const Image *image,ExceptionInfo *exception)
   image_view=AcquireCacheView(image);
   despeckle_view=AcquireCacheView(despeckle_image);
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
-  #pragma omp parallel for schedule(dynamic,4) shared(status)
+  #pragma omp parallel for schedule(dynamic,1) shared(status)
 #endif
   for (channel=0; channel <= 3; channel++)
   {