]> git.sesse.net Git - movit/blobdiff - deconvolution_sharpen_effect.h
Reduce the amount of arithmetic in the BlurEffect shader a bit.
[movit] / deconvolution_sharpen_effect.h
index 9279abf52f9686ca60bac6c652fa9e5b14db9971..e4cc9a556d224e239e411b98c2c1596374ff182e 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class DeconvolutionSharpenEffect : public Effect {
 public:
        DeconvolutionSharpenEffect();
@@ -68,4 +70,6 @@ private:
        void update_deconvolution_kernel();
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_DECONVOLUTION_SHARPEN_EFFECT_H)