]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect.h
Flip some need bits in the conversion effects.
[movit] / gamma_expansion_effect.h
index 497a38c7ec4f756d1f222f300d897dc9d51f8e24..41d4bf0a9e7a727fdb65fa9bf43c11a3558d0879 100644 (file)
@@ -7,6 +7,10 @@
 class GammaExpansionEffect : public Effect {
 public:
        GammaExpansionEffect();
+       std::string output_glsl();
+
+       virtual bool needs_linear_light() { return false; }
+       virtual bool needs_srgb_primaries() { return false; }
 
 private:
        GammaCurve source_curve;