X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.h;h=1025695d88cdb60d192b4aeefcc1278f2f6c0483;hp=81f42d137392cf7e0c08ba557f3a3d090f708f7f;hb=bf5dbd5c67579899840a969d6a3ff81ff61cd0c7;hpb=daca930fb2f404e8800c35715f1fc5c4897d19fb diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index 81f42d1..1025695 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -30,6 +30,7 @@ public: virtual bool needs_linear_light() const { return false; } virtual bool needs_srgb_primaries() const { return false; } + virtual bool one_to_one_sampling() const { return true; } // Actually processes its input in a nonlinear fashion, // but does not touch alpha, and we are a special case anyway.