Apply code-cleanup patch from @Floessie
See https://github.com/Beep6581/RawTherapee/pull/5325
This commit is contained in:
@@ -24,12 +24,37 @@
|
||||
|
||||
#include "../rtengine/procparams.h"
|
||||
|
||||
CacheImageData::CacheImageData ()
|
||||
: md5(""), supported(false), format(FT_Invalid), rankOld(-1), inTrashOld(false), recentlySaved(false),
|
||||
timeValid(false), year(0), month(0), day(0), hour(0), min(0), sec(0), exifValid(false), frameCount(1),
|
||||
fnumber(0.0), shutter(0.0), focalLen(0.0), focalLen35mm(0.0), focusDist(0.f), iso(0), rating(0), isHDR (false),
|
||||
isPixelShift (false), sensortype(rtengine::ST_NONE), sampleFormat(rtengine::IIOSF_UNKNOWN),
|
||||
redAWBMul(-1.0), greenAWBMul(-1.0), blueAWBMul(-1.0), rotate(0), thumbImgType(0)
|
||||
CacheImageData::CacheImageData() :
|
||||
supported(false),
|
||||
format(FT_Invalid),
|
||||
rankOld(-1),
|
||||
inTrashOld(false),
|
||||
recentlySaved(false),
|
||||
timeValid(false),
|
||||
year(0),
|
||||
month(0),
|
||||
day(0),
|
||||
hour(0),
|
||||
min(0),
|
||||
sec(0),
|
||||
exifValid(false),
|
||||
frameCount(1),
|
||||
fnumber(0.0),
|
||||
shutter(0.0),
|
||||
focalLen(0.0),
|
||||
focalLen35mm(0.0),
|
||||
focusDist(0.f),
|
||||
iso(0),
|
||||
rating(0),
|
||||
isHDR (false),
|
||||
isPixelShift (false),
|
||||
sensortype(rtengine::ST_NONE),
|
||||
sampleFormat(rtengine::IIOSF_UNKNOWN),
|
||||
redAWBMul(-1.0),
|
||||
greenAWBMul(-1.0),
|
||||
blueAWBMul(-1.0),
|
||||
rotate(0),
|
||||
thumbImgType(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user