X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=resample_effect.h;h=5867f25a60a8f041d404565b0c738aea0b8b7732;hb=616432c0732b8e7780457a1b6320acb46daa9663;hp=fbe5fc506674197d0433c1c4eed4eedbf3ec9e73;hpb=fb92a4e217a92ecf83b7812cc6933f6f3048b752;p=movit diff --git a/resample_effect.h b/resample_effect.h index fbe5fc5..5867f25 100644 --- a/resample_effect.h +++ b/resample_effect.h @@ -87,7 +87,8 @@ private: GLuint texnum; int input_width, input_height, output_width, output_height; int last_input_width, last_input_height, last_output_width, last_output_height; - int src_samples; + int src_bilinear_samples, num_loops; + float slice_height; }; #endif // !defined(_RESAMPLE_EFFECT_H)