X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fdcraw.h;h=0f04db36ef40904eb66e98aa3de260418e303896;hb=5877eaa318ed3060f57621657c0888258da41a59;hp=c0f567791a660c4b39510ee5322761507028fea9;hpb=17e433a6e5021cc080101fd88ac3236dacb9f2e8;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/dcraw.h b/cinelerra-5.1/cinelerra/dcraw.h index c0f56779..0f04db36 100644 --- a/cinelerra-5.1/cinelerra/dcraw.h +++ b/cinelerra-5.1/cinelerra/dcraw.h @@ -87,6 +87,10 @@ public: unsigned fov_huff[1024]; float clb_cbrt[0x10000], clb_xyz_cam[3][4]; uchar pana_buf[0x4000]; int pana_vbits; +// const static data + static const double xyz_rgb[3][3]; + static const float d65_white[3]; + }; class DCRaw : public DCRaw_data { @@ -275,13 +279,6 @@ private: void write_ppm_tiff(void); void write_cinelerra(void); void reset(); -//const data - const double xyz_rgb[3][3] = { /* XYZ from RGB */ - { 0.412453, 0.357580, 0.180423 }, - { 0.212671, 0.715160, 0.072169 }, - { 0.019334, 0.119193, 0.950227 } }; - const float d65_white[3] = { 0.950456, 1, 1.088754 }; - public: DCRaw(); ~DCRaw();