]> git.sesse.net Git - movit/blobdiff - fft_pass_effect.h
Move everything into “namespace movit”.
[movit] / fft_pass_effect.h
index f12bda7e416ce3eeefe0f02e55ea4f0bbefa59a9..1fd4ea2c1886ed0bd6fb1f358954989770e0e5da 100644 (file)
@@ -57,6 +57,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class FFTPassEffect : public Effect {
 public:
        FFTPassEffect();
@@ -108,4 +110,6 @@ private:
        int inverse;  // 0 = forward (FFT), 1 = reverse (IFFT).
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_FFT_PASS_EFFECT_H)