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