]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect.h
Collapse passes more aggressively in the face of size changes.
[movit] / gamma_expansion_effect.h
index 81f42d137392cf7e0c08ba557f3a3d090f708f7f..1025695d88cdb60d192b4aeefcc1278f2f6c0483 100644 (file)
@@ -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.