]> git.sesse.net Git - movit/blobdiff - resample_effect.h
Implement wrapping of the resampling parameter texture.
[movit] / resample_effect.h
index fbe5fc506674197d0433c1c4eed4eedbf3ec9e73..1424bbfd5b43de6e1da710d182516025d0de5553 100644 (file)
@@ -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_samples, num_loops;
+       float slice_height;
 };
 
 #endif // !defined(_RESAMPLE_EFFECT_H)