X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=slice_effect.h;h=89aeb0e4297eaac7eebd0985833c6549adc5829d;hp=31a13fd60a736c5f32154080b7de4022157d67fe;hb=67b2debafd624d3be66588171d6ec677b54247ba;hpb=74ac64b2e402247edf61271a4862e657da7fe135 diff --git a/slice_effect.h b/slice_effect.h index 31a13fd..89aeb0e 100644 --- a/slice_effect.h +++ b/slice_effect.h @@ -10,7 +10,7 @@ // Note that vertical slices happen from the top, consistent with the rest of // Movit. -#include +#include #include #include "effect.h" @@ -37,6 +37,7 @@ private: EffectChain *chain; int input_width, input_height; int input_slice_size, output_slice_size; + int offset; Direction direction; };