Solving issue #4000 on behalf of heckflosse
This commit is contained in:
parent
3518c6ad7a
commit
b183a0b3c7
@ -112,7 +112,7 @@ void RawImage::get_colorsCoeff( float *pre_mul_, float *scale_mul_, float *cblac
|
||||
}
|
||||
}
|
||||
|
||||
if ( this->get_cam_mul(0) == -1 || forceAutoWB) {
|
||||
if (data && (this->get_cam_mul(0) == -1 || forceAutoWB)) {
|
||||
memset(dsum, 0, sizeof dsum);
|
||||
|
||||
if (this->isBayer()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user