X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=resize_effect.h;h=61efd8da19f4ad13096fd93bfa080af042495e4d;hb=720873f02e01c2aba9ce53bb5c6bcbe887af27ce;hp=77dfdd48e1932c63bdb99110045e8b4263b6a290;hpb=7fe13b8616177d997dde4539349338d5ceb325da;p=movit diff --git a/resize_effect.h b/resize_effect.h index 77dfdd4..61efd8d 100644 --- a/resize_effect.h +++ b/resize_effect.h @@ -19,7 +19,7 @@ public: // We want processing done pre-filtering and mipmapped, // in case we need to scale down a lot. - virtual bool need_texture_bounce() const { return true; } + virtual bool needs_texture_bounce() const { return true; } virtual bool needs_mipmaps() const { return true; } virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; }