]> git.sesse.net Git - movit/blobdiff - ycbcr_input.cpp
Move everything into “namespace movit”.
[movit] / ycbcr_input.cpp
index 476f083af05d1ad9b5f26c1fd1b9a60a3393738b..d3d71749a5be4eef4bdbbc1f50768b21e0af7e33 100644 (file)
@@ -13,6 +13,8 @@
 using namespace Eigen;
 using namespace std;
 
+namespace movit {
+
 namespace {
 
 // OpenGL has texel center in (0.5, 0.5), but different formats have
@@ -249,3 +251,5 @@ void YCbCrInput::invalidate_pixel_data()
                }
        }
 }
+
+}  // namespace movit