X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=diffusion_effect.h;fp=diffusion_effect.h;h=a8babd0e92a518f0ee58542c6e8d7e63ae2be6a6;hp=253126eb9f78b298d2691f128111a4763d3f4ff7;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hpb=f909bfe0621e8c844695ef327b71457893633cae diff --git a/diffusion_effect.h b/diffusion_effect.h index 253126e..a8babd0 100644 --- a/diffusion_effect.h +++ b/diffusion_effect.h @@ -57,7 +57,7 @@ public: AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } unsigned num_inputs() const override { return 2; } - bool one_to_one_sampling() const override { return true; } + bool strong_one_to_one_sampling() const override { return true; } private: float blurred_mix_amount;