X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fmodified_gamma_transfer_function.h;h=e8875d4b7c742b87f2016ffa22e2584815c3107b;hb=1caefd8541e12e7d205c3d5bb46f3ec84719baa0;hp=2a7a7b59ba4b443be7fa52259e9309320f8dac23;hpb=1c17602bfc56abbf17c1e974f99477655627725b;p=libdcp.git diff --git a/src/modified_gamma_transfer_function.h b/src/modified_gamma_transfer_function.h index 2a7a7b59..e8875d4b 100644 --- a/src/modified_gamma_transfer_function.h +++ b/src/modified_gamma_transfer_function.h @@ -52,10 +52,10 @@ public: } bool about_equal (boost::shared_ptr, double epsilon) const; - + protected: double * make_lut (int bit_depth, bool inverse) const; - + private: double _power; double _threshold;