fixed missing update of the total number of bad pixels found

This commit is contained in:
Alberto Griggio
2018-03-05 17:46:20 +01:00
parent 81a8aa4037
commit 3422dc7173

View File

@@ -1928,6 +1928,7 @@ void RawImageSource::preprocess (const RAWParams &raw, const LensProfParams &le
}
int n = f.mark(rawData, *bitmapBads);
totBP += n;
if (settings->verbose && n > 0) {
printf("Marked %d hot pixels from PDAF lines\n", n);