Fixed another bunch of warnings
This commit is contained in:
@@ -345,7 +345,7 @@ void RawImageSource::MSR(float** luminance, float** originalLuminance, float **e
|
||||
src[i] = &srcBuffer[i * W_L];
|
||||
}
|
||||
|
||||
int h_th, s_th;
|
||||
int h_th = 0, s_th = 0;
|
||||
|
||||
int shHighlights = deh.highlights;
|
||||
int shShadows = deh.shadows;
|
||||
|
||||
Reference in New Issue
Block a user