X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=gamma_compression_effect.h;h=d52291115ec0ae85e3cb16840eddf4892acd4040;hb=f216b7bef5a968c89f6fc78e83cc26a91e504a8a;hp=52a8654a63015652204c0b9fb82d506f3eb04db7;hpb=b564238fa1293c01c77bcabe7b2de267f146ab24;p=movit diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index 52a8654..d522911 100644 --- a/gamma_compression_effect.h +++ b/gamma_compression_effect.h @@ -37,6 +37,7 @@ public: private: GammaCurve destination_curve; + float uniform_linear_scale, uniform_c[5], uniform_beta; }; } // namespace movit