X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=luma_mix_effect.h;fp=luma_mix_effect.h;h=1272731b34fc9bef5367332cac92d0e0658b1482;hp=fec402fd89dd53048844ec9f70b4358d80ed6772;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hpb=f909bfe0621e8c844695ef327b71457893633cae diff --git a/luma_mix_effect.h b/luma_mix_effect.h index fec402f..1272731 100644 --- a/luma_mix_effect.h +++ b/luma_mix_effect.h @@ -26,7 +26,7 @@ public: bool needs_srgb_primaries() const override { return false; } unsigned num_inputs() const override { return 3; } - bool one_to_one_sampling() const override { return true; } + bool strong_one_to_one_sampling() const override { return true; } AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } private: