Fixes for Nikon Z raw decoding

Fix to curve decoding ported from rawspeed

See #4998
This commit is contained in:
Alberto Griggio
2018-11-19 22:02:03 +01:00
parent c9044485a6
commit f8fc658d71
2 changed files with 14 additions and 6 deletions

View File

@@ -47,7 +47,9 @@ public:
,order(0x4949)
,ifname(nullptr)
,meta_data(nullptr)
,shot_select(0),multi_out(0)
,shot_select(0)
,multi_out(0)
,row_padding(0)
,float_raw_image(nullptr)
,image(nullptr)
,bright(1.)
@@ -88,7 +90,7 @@ protected:
unsigned tiff_nifds, tiff_samples, tiff_bps, tiff_compress;
unsigned black, cblack[4102], maximum, mix_green, raw_color, zero_is_bad;
unsigned zero_after_ff, is_raw, dng_version, is_foveon, data_error;
unsigned tile_width, tile_length, gpsdata[32], load_flags;
unsigned tile_width, tile_length, gpsdata[32], load_flags, row_padding;
bool xtransCompressed = false;
struct fuji_compressed_params
{