]> git.sesse.net Git - movit/blobdiff - input.h
Move everything into “namespace movit”.
[movit] / input.h
diff --git a/input.h b/input.h
index e0febb1712895876758c9bffe9459b4c32feb8c7..7652e1793a4599d01fb726bfbf939741ac01d2aa 100644 (file)
--- a/input.h
+++ b/input.h
@@ -6,6 +6,8 @@
 #include "effect.h"
 #include "image_format.h"
 
+namespace movit {
+
 // An input is a degenerate case of an effect; it represents the picture data
 // that comes from the user. As such, it has zero “inputs” itself.
 //
@@ -28,4 +30,6 @@ public:
        virtual GammaCurve get_gamma_curve() const = 0;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_INPUT_H)