]> git.sesse.net Git - movit/blobdiff - mirror_effect.h
Collapse passes more aggressively in the face of size changes.
[movit] / mirror_effect.h
index c4b46dbb6ff61cff94554bf845bbc8238cec8340..d9c3f717f9c776b75c83fe53b59653e29038863f 100644 (file)
@@ -18,6 +18,7 @@ public:
        virtual bool needs_linear_light() const { return false; }
        virtual bool needs_srgb_primaries() const { return false; }
        virtual AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; }
+       virtual bool one_to_one_sampling() const { return true; }
 };
 
 }  // namespace movit