X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=complex_modulate_effect.h;h=335c90010754cbe197b5bf9fe58c33a2e2b1f553;hp=e2bf50d5851fb0b64f5c71a8f13bfc9fe3e8df79;hb=34776d3ed2565ee834405e575bf3bfc7f7933e36;hpb=b564238fa1293c01c77bcabe7b2de267f146ab24 diff --git a/complex_modulate_effect.h b/complex_modulate_effect.h index e2bf50d..335c900 100644 --- a/complex_modulate_effect.h +++ b/complex_modulate_effect.h @@ -55,6 +55,7 @@ private: EffectChain *chain; int primary_input_width, primary_input_height; int num_repeats_x, num_repeats_y; + float uniform_num_repeats[2]; }; } // namespace movit