X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=colorspace_conversion_effect.h;h=3b21804cac103f56b2d71eaecc7ae93139266b3f;hb=91c70600f2d0a6a42420ee98949cf182859b798f;hp=bf3583bcd6a201eebbaf8464502c262c7dc4d04f;hpb=a88f299483ffe5068cd2828513078b9103325da8;p=movit diff --git a/colorspace_conversion_effect.h b/colorspace_conversion_effect.h index bf3583b..3b21804 100644 --- a/colorspace_conversion_effect.h +++ b/colorspace_conversion_effect.h @@ -7,6 +7,9 @@ class ColorSpaceConversionEffect : public Effect { public: ColorSpaceConversionEffect(); + std::string output_fragment_shader(); + + virtual bool needs_srgb_primaries() { return false; } private: ColorSpace source_space, destination_space;