X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resize_effect.h;h=77dfdd48e1932c63bdb99110045e8b4263b6a290;hp=dff6dccdc3c02b0bc6e35103a553dcd0e6eff6fc;hb=b564238fa1293c01c77bcabe7b2de267f146ab24;hpb=7878253d0d7b5aaa6b701499e588b31f2c5edca2 diff --git a/resize_effect.h b/resize_effect.h index dff6dcc..77dfdd4 100644 --- a/resize_effect.h +++ b/resize_effect.h @@ -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: