X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=colorspace_conversion_effect.h;fp=colorspace_conversion_effect.h;h=93db321d79a3f9e201efca2e5ee6d35fd19e195e;hp=33a04ed451a201d66ada7d97083c2b73a29a3694;hb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd;hpb=caa05550e868db406e4b54e69d60b5573f59cb60 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;