X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.h;fp=resample_effect.h;h=73dfc210e9732388e193ed2dcd0eb6cdb31d50a8;hp=669d15b94569626d5b1a2bfc058b98162dd6f6be;hb=c2ca57b71bf77244acc85aaccb2d6c360517c5a3;hpb=82071a94aaff95d2d29d077338085a8fb27e76d1 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