capture sharpening: early exit if Autocontrast is changed from true to false, #5412

This commit is contained in:
Ingo Weyrich
2019-08-29 13:02:54 +02:00
parent cca484f6c9
commit b72d4e27eb
2 changed files with 7 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ protected:
array2D<float>* redCache;
// the interpolated blue plane:
array2D<float>* blueCache;
bool captureSharpeningAutoContrast;
bool rawDirty;
float psRedBrightness[4];
float psGreenBrightness[4];