]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect.h
Use sRGB textures on the input side if applicable.
[movit] / gamma_expansion_effect.h
index 497a38c7ec4f756d1f222f300d897dc9d51f8e24..d161c92d72983eb2ef37d6a362e08931e6746a5e 100644 (file)
@@ -7,6 +7,7 @@
 class GammaExpansionEffect : public Effect {
 public:
        GammaExpansionEffect();
+       std::string output_glsl();
 
 private:
        GammaCurve source_curve;