]> git.sesse.net Git - movit/blobdiff - mirror_effect.h
Fix a bug where repeated vertical FFTs would reverse the output.
[movit] / mirror_effect.h
index bd319ccb79c17b9eec1828cd828f920e4d87cdb4..c4b46dbb6ff61cff94554bf845bbc8238cec8340 100644 (file)
@@ -7,6 +7,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class MirrorEffect : public Effect {
 public:
        MirrorEffect();
@@ -18,4 +20,6 @@ public:
        virtual AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; }
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_MIRROR_EFFECT_H)