X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.h;fp=gamma_expansion_effect.h;h=9565a3b0e4d5d0654bb1d6f197067e4a6d88af3e;hp=c4968b2f27cee43e6a5ffd579d2ff06c968199df;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hpb=f909bfe0621e8c844695ef327b71457893633cae 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.