]> git.sesse.net Git - movit/blobdiff - resample_effect.h
Collapse passes more aggressively in the face of size changes.
[movit] / resample_effect.h
index 05ef3656fd94d4dc4f8d6091927200eb7108b082..669d15b94569626d5b1a2bfc058b98162dd6f6be 100644 (file)
@@ -85,6 +85,7 @@ public:
                }
        }
        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 {
                *virtual_width = *width = this->output_width;