]> git.sesse.net Git - movit/blobdiff - luma_mix_effect.h
Collapse passes more aggressively in the face of size changes.
[movit] / luma_mix_effect.h
index ce890dfb557e887e6059d4178738fc5d1acad17c..c4b2476a6f45a3689ea1cb4d7baa30e50a6177a7 100644 (file)
@@ -26,6 +26,7 @@ public:
 
        virtual bool needs_srgb_primaries() const { return false; }
        virtual unsigned num_inputs() const { return 3; }
+       virtual bool one_to_one_sampling() const { return true; }
        virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; }
 
 private: