X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=resample_effect.h;h=73dfc210e9732388e193ed2dcd0eb6cdb31d50a8;hb=bf5dbd5c67579899840a969d6a3ff81ff61cd0c7;hp=669d15b94569626d5b1a2bfc058b98162dd6f6be;hpb=b564238fa1293c01c77bcabe7b2de267f146ab24;p=movit diff --git a/resample_effect.h b/resample_effect.h index 669d15b..73dfc21 100644 --- a/resample_effect.h +++ b/resample_effect.h @@ -109,6 +109,8 @@ private: float last_offset, last_zoom; int src_bilinear_samples, num_loops; float slice_height; + int last_texture_width, last_texture_height; + GLuint last_texture_internal_format; }; } // namespace movit