]> git.sesse.net Git - movit/blobdiff - ycbcr_input.h
Move everything into “namespace movit”.
[movit] / ycbcr_input.h
index 997eb481bc57d5ed3fbf491f7b9c2dc7fd44dafc..2466eedf0307beb7e6f613ea9695cef740d20437 100644 (file)
@@ -14,6 +14,8 @@
 #include "image_format.h"
 #include "input.h"
 
+namespace movit {
+
 class ResourcePool;
 
 struct YCbCrFormat {
@@ -101,4 +103,6 @@ private:
        ResourcePool *resource_pool;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_YCBCR_INPUT_H)