X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.h;h=9565a3b0e4d5d0654bb1d6f197067e4a6d88af3e;hp=c4968b2f27cee43e6a5ffd579d2ff06c968199df;hb=a2e7b432626b8a2c54cb1ff9d09203f50227fc07;hpb=39b6975420669958ed9f4013440aea415134a902 diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index c4968b2..9565a3b 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -30,7 +30,7 @@ public: bool needs_linear_light() const override { return false; } bool needs_srgb_primaries() const override { return false; } - bool one_to_one_sampling() const override { return true; } + bool strong_one_to_one_sampling() const override { return true; } // Actually processes its input in a nonlinear fashion, // but does not touch alpha, and we are a special case anyway.