X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.cpp;h=d3d71749a5be4eef4bdbbc1f50768b21e0af7e33;hp=476f083af05d1ad9b5f26c1fd1b9a60a3393738b;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/ycbcr_input.cpp b/ycbcr_input.cpp index 476f083..d3d7174 100644 --- a/ycbcr_input.cpp +++ b/ycbcr_input.cpp @@ -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