Fix a bug in Hasselblad decoder I introduced with my changes for phase one decoder

This commit is contained in:
heckflosse
2017-11-01 20:19:38 +01:00
parent da5664599e
commit d6a26f6812

View File

@@ -2272,6 +2272,7 @@ void CLASS hasselblad_load_raw()
FORC3 back[c] = back[4] + c*raw_width;
cblack[6] >>= sh = tiff_samples > 1;
shot = LIM(shot_select, 1, tiff_samples) - 1;
ph1_bithuff_t ph1_bithuff(this, ifp, order);
for (row=0; row < raw_height; row++) {
FORC4 back[(c+3) & 3] = back[c];
for (col=0; col < raw_width; col+=2) {