X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resize_effect.h;h=77dfdd48e1932c63bdb99110045e8b4263b6a290;hp=dff6dccdc3c02b0bc6e35103a553dcd0e6eff6fc;hb=f705cd2a092c0f41603f0d4d619f72dbde476212;hpb=cfc161e0289c2169d4835c48751ff56b97355eb2 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: