X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.h;h=b38728f05fa423061bb9002ce2bfb261ff73c4ff;hp=a0ae1a8c156176da9ed41d222cfff4d09318c402;hb=7af4d1b54ba141fdb74cd13ddc6110708855d157;hpb=572e7aaa57028d7eda4bc445a6249637134a2b02 diff --git a/resample_effect.h b/resample_effect.h index a0ae1a8..b38728f 100644 --- a/resample_effect.h +++ b/resample_effect.h @@ -29,6 +29,7 @@ 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);