From 73fd0c1a67a5c7eb028beed49d9176894c381a6c Mon Sep 17 00:00:00 2001 From: Desmis Date: Tue, 10 Dec 2019 13:54:34 +0100 Subject: [PATCH] disable optfft exposure --- rtengine/iplocallab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc index 483600e95..bfcf86dd9 100644 --- a/rtengine/iplocallab.cc +++ b/rtengine/iplocallab.cc @@ -11678,7 +11678,7 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o std::unique_ptr bufexpfin(new LabImage(bfw, bfh)); if (lp.expmet == 1) { - optfft(N_fftwsize, bfh, bfw, bfhr, bfwr, reduH, reduW, lp, original->H, original->W, xstart, ystart, xend, yend, cx, cy); + // optfft(N_fftwsize, bfh, bfw, bfhr, bfwr, reduH, reduW, lp, original->H, original->W, xstart, ystart, xend, yend, cx, cy); } std::unique_ptr bufmaskblurexp;