]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect.h
Remove C++11 dependency from ResampleEffect.
[movit] / gamma_expansion_effect.h
index 1025695d88cdb60d192b4aeefcc1278f2f6c0483..429bd25c4f8cf55de6fa9e907e9be1abdf2db4c2 100644 (file)
@@ -38,6 +38,7 @@ public:
 
 private:
        GammaCurve source_curve;
+       float uniform_linear_scale, uniform_c[5], uniform_beta;
 };
 
 }  // namespace movit