]> git.sesse.net Git - movit/blobdiff - gamma_compression_effect.h
Handle texture non-bounce a bit better.
[movit] / gamma_compression_effect.h
index 9577e020954461ff5fb6e1ee2c1145d115a5f1a9..83208cf0dcc44d77412c5a595f6cab9906b75e0a 100644 (file)
@@ -15,6 +15,8 @@
 #include "effect.h"
 #include "image_format.h"
 
+namespace movit {
+
 class GammaCompressionEffect : public Effect {
 private:
        // Should not be instantiated by end users.
@@ -36,4 +38,6 @@ private:
        GammaCurve destination_curve;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_GAMMA_COMPRESSION_EFFECT_H)