X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.cpp;h=d3d71749a5be4eef4bdbbc1f50768b21e0af7e33;hp=476f083af05d1ad9b5f26c1fd1b9a60a3393738b;hb=92573f7be18bfca16dd3292cbe536d7d7912198f;hpb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f 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