]> git.sesse.net Git - movit/blobdiff - blur_effect.h
Add the rest of the files for the premultiplied alpha commit.
[movit] / blur_effect.h
index 7f92074b882b2b1b06c1e34128d97a2dc5a5cc6e..b68094755bfe6188c801ebfbae222cd89870a0a6 100644 (file)
@@ -24,6 +24,7 @@ public:
        virtual bool needs_texture_bounce() const { return true; }
        virtual bool needs_mipmaps() const { return true; }
        virtual bool needs_srgb_primaries() const { return false; }
+       virtual AlphaHandling alpha_handling() const { return INPUT_AND_OUTPUT_ALPHA_PREMULTIPLIED; }
 
        virtual void inform_input_size(unsigned input_num, unsigned width, unsigned height);