X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=gamma_compression_effect.h;h=fdc6eee94aa96dc74448e5a2ef392f74a5e59937;hb=96a1cff51a8b7dc45ebe725e0d0685eecce31331;hp=ec2a77a64ae1441f08ef6bb93207f27a904507fa;hpb=f6c44598c9dad9ddd024c5f8f010d179a6d971fd;p=movit diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index ec2a77a..fdc6eee 100644 --- a/gamma_compression_effect.h +++ b/gamma_compression_effect.h @@ -9,6 +9,8 @@ public: GammaCompressionEffect(); std::string output_glsl(); + virtual bool needs_srgb_primaries() { return false; } + private: GammaCurve destination_curve; };