X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resize_effect.h;fp=resize_effect.h;h=c11f4bc9ea6dd9fd4e52241e5e16b8c46b73da21;hp=4c3fe86c1991f231af8ad3cee7df2343d93b581e;hb=2322070a3dbeb6b46b39cca07a0fbf20e95f5468;hpb=682b1da129e2f61109d83463cec344bde7392e9a diff --git a/resize_effect.h b/resize_effect.h index 4c3fe86..c11f4bc 100644 --- a/resize_effect.h +++ b/resize_effect.h @@ -19,7 +19,7 @@ public: virtual bool needs_mipmaps() const { return true; } virtual bool changes_output_size() const { return true; } - virtual void get_output_size(unsigned *width, unsigned *height) const; + virtual void get_output_size(unsigned *width, unsigned *height, unsigned *virtual_width, unsigned *virtual_height) const; private: int width, height;