]> git.sesse.net Git - movit/blobdiff - dither_effect.h
Reduce the amount of arithmetic in the BlurEffect shader a bit.
[movit] / dither_effect.h
index a6c3c9cc856e895b8b662f753d1dba37e2697637..20fb025532d5fea4e92329c7733d06669354b39d 100644 (file)
@@ -48,6 +48,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class DitherEffect : public Effect {
 private:
        // Should not be instantiated by end users;
@@ -77,4 +79,6 @@ private:
        GLuint texnum;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_DITHER_EFFECT_H)