X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.h;h=5867f25a60a8f041d404565b0c738aea0b8b7732;hp=1424bbfd5b43de6e1da710d182516025d0de5553;hb=1a06994ccdeedba95a1bdd2c3c12bb54a7a897f9;hpb=b09a4cb8dec09bcd1e42026d5b229b57e620e47c diff --git a/resample_effect.h b/resample_effect.h index 1424bbf..5867f25 100644 --- a/resample_effect.h +++ b/resample_effect.h @@ -87,7 +87,7 @@ 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, num_loops; + int src_bilinear_samples, num_loops; float slice_height; };