Peripheral cleanups and a fix
- Whitespace, braces, sorting - Fixed missing filmnegative in `ProcParams::operator ==(ProcParams)`
This commit is contained in:
@@ -210,7 +210,7 @@ private:
|
||||
imgsrc->preprocess ( params.raw, params.lensProf, params.coarse, params.dirpyrDenoise.enabled);
|
||||
|
||||
// After preprocess, run film negative processing if enabled
|
||||
if(imgsrc->getSensorType() == ST_BAYER && params.filmNegative.enabled) {
|
||||
if (imgsrc->getSensorType() == ST_BAYER && params.filmNegative.enabled) {
|
||||
imgsrc->filmNegativeProcess (params.filmNegative);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user