]> git.sesse.net Git - movit/blobdiff - slice_effect.h
Cache the FFT support texture.
[movit] / slice_effect.h
index 31a13fd60a736c5f32154080b7de4022157d67fe..0ce5d08b0b7b7917c2b30d5d623a7fab4eb70b5e 100644 (file)
@@ -37,6 +37,7 @@ private:
        EffectChain *chain;
        int input_width, input_height;
        int input_slice_size, output_slice_size;
        EffectChain *chain;
        int input_width, input_height;
        int input_slice_size, output_slice_size;
+       int offset;
        Direction direction;
 };
 
        Direction direction;
 };