]> git.sesse.net Git - movit/blobdiff - padding_effect.h
Reduce the amount of arithmetic in the BlurEffect shader a bit.
[movit] / padding_effect.h
index 9a32abbe41c343661abdef7bfa9d0e289a48d85e..3bd4aacb321a54c80ce98e23526d941a9f1bce58 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class PaddingEffect : public Effect {
 public:
        PaddingEffect();
@@ -39,4 +41,6 @@ private:
        float top, left;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_PADDING_EFFECT_H)