merge with dev
This commit is contained in:
@@ -1209,6 +1209,11 @@ Camera constants:
|
||||
"ranges": { "white": 4050 }
|
||||
},
|
||||
|
||||
{ // Quality C
|
||||
"make_model": "Canon PowerShot SX50 HS",
|
||||
"ranges": { "white": 4050 }
|
||||
},
|
||||
|
||||
{ // Quality B
|
||||
"make_model": "Canon PowerShot SX60 HS",
|
||||
"dcraw_matrix": [ 13161,-5451,-1344,-1989,10654,1531,-47,1271,4955 ], // DNG_V8.7 D65
|
||||
|
||||
@@ -474,7 +474,7 @@ RawImageSource::~RawImageSource()
|
||||
delete riFrames[i];
|
||||
}
|
||||
|
||||
for (size_t i = 0; i < numFrames - 1; ++i) {
|
||||
for(size_t i = 0; i + 1 < numFrames; ++i) {
|
||||
delete rawDataBuffer[i];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user