X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.h;h=74585d6d94dae0d3be0ed5fc1da119e8cfc1fc91;hp=c81362f19ee57079b62df66ce3872f83673192df;hb=9224f01a362117deef6f1140c6802fde256fb168;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/resample_effect.h b/resample_effect.h index c81362f..74585d6 100644 --- a/resample_effect.h +++ b/resample_effect.h @@ -36,7 +36,6 @@ public: // down quite a lot. virtual bool needs_texture_bounce() const { return true; } virtual bool needs_srgb_primaries() const { return false; } - virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } virtual void inform_input_size(unsigned input_num, unsigned width, unsigned height); @@ -70,6 +69,7 @@ public: virtual bool needs_texture_bounce() const { return true; } virtual bool needs_srgb_primaries() const { return false; } + virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } virtual void inform_input_size(unsigned input_num, unsigned width, unsigned height) { if (parent != NULL) {