X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=mix_effect.h;h=850baae6c333f5b2c3a09a61ebe6635fc5495598;hp=1305433d096a758bc701c5d233d855706dc170dd;hb=eff011224abc5dc81f801f3ea44572287a55bcac;hpb=39b6975420669958ed9f4013440aea415134a902 diff --git a/mix_effect.h b/mix_effect.h index 1305433..850baae 100644 --- a/mix_effect.h +++ b/mix_effect.h @@ -18,7 +18,7 @@ public: bool needs_srgb_primaries() const override { return false; } 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; } // TODO: In the common case where a+b=1, it would be useful to be able to set // alpha_handling() to INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK. However, right now