X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=overlay_effect.h;fp=overlay_effect.h;h=d26d9175110ca636890e5c03084a98a7e747560f;hp=64224afe572b9a7e738af3ab0a72fe8bb61a15ea;hb=5d4c0425579de66b3e2dd7d0095e890278f8efcf;hpb=2322070a3dbeb6b46b39cca07a0fbf20e95f5468 diff --git a/overlay_effect.h b/overlay_effect.h index 64224af..d26d917 100644 --- a/overlay_effect.h +++ b/overlay_effect.h @@ -24,7 +24,7 @@ public: // Actually, if either image has blank alpha, our output will have // blank alpha, too. However, understanding that would require changes // to EffectChain, so postpone that optimization for later. - virtual AlphaHandling alpha_handling() const { return INPUT_AND_OUTPUT_ALPHA_PREMULTIPLIED; } + virtual AlphaHandling alpha_handling() const { return INPUT_AND_OUTPUT_PREMULTIPLIED_ALPHA; } }; #endif // !defined(_OVERLAY_EFFECT_H)