]> git.sesse.net Git - movit/blobdiff - gamma_compression_effect.h
Flip some need bits in the conversion effects.
[movit] / gamma_compression_effect.h
index ec2a77a64ae1441f08ef6bb93207f27a904507fa..fdc6eee94aa96dc74448e5a2ef392f74a5e59937 100644 (file)
@@ -9,6 +9,8 @@ public:
        GammaCompressionEffect();
        std::string output_glsl();
 
+       virtual bool needs_srgb_primaries() { return false; }
+
 private:
        GammaCurve destination_curve;
 };