X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=colorspace_conversion_effect.h;h=93db321d79a3f9e201efca2e5ee6d35fd19e195e;hb=cc76ed14530260bc11ba8ebe65fe2b44bc529cfa;hp=33a04ed451a201d66ada7d97083c2b73a29a3694;hpb=1ca4785183b5af9a2a255bba0a28dfdae156470a;p=movit diff --git a/colorspace_conversion_effect.h b/colorspace_conversion_effect.h index 33a04ed..93db321 100644 --- a/colorspace_conversion_effect.h +++ b/colorspace_conversion_effect.h @@ -18,6 +18,7 @@ public: std::string output_fragment_shader(); virtual bool needs_srgb_primaries() const { return false; } + virtual AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; } private: Colorspace source_space, destination_space;