]> git.sesse.net Git - movit/blobdiff - resize_effect.h
Collapse passes more aggressively in the face of size changes.
[movit] / resize_effect.h
index dff6dccdc3c02b0bc6e35103a553dcd0e6eff6fc..77dfdd48e1932c63bdb99110045e8b4263b6a290 100644 (file)
@@ -24,6 +24,7 @@ public:
        virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; }
 
        virtual bool changes_output_size() const { return true; }
+       virtual bool sets_virtual_output_size() const { return false; }
        virtual void get_output_size(unsigned *width, unsigned *height, unsigned *virtual_width, unsigned *virtual_height) const;
 
 private: