]> git.sesse.net Git - movit/blobdiff - diffusion_effect.h
Don't try to check Cb and Cr positioning for output formats, as they should be non...
[movit] / diffusion_effect.h
index 64b94dd8dad11df184e3fb082ec622ab13186644..77625ae439568b8fb6f043b5da796ddad067490d 100644 (file)
@@ -57,6 +57,7 @@ public:
        virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; }
 
        unsigned num_inputs() const { return 2; }
+       virtual bool one_to_one_sampling() const { return true; }
 
 private:
        float blurred_mix_amount;