]> git.sesse.net Git - movit/blobdiff - ycbcr_input_test.cpp
Move everything into “namespace movit”.
[movit] / ycbcr_input_test.cpp
index 4beaaa33cb53d013f4319ed57698d1257be4ee6c..352fe290dffc4143c27a44e62bf27bef842f2980 100644 (file)
@@ -10,6 +10,8 @@
 #include "util.h"
 #include "ycbcr_input.h"
 
+namespace movit {
+
 TEST(YCbCrInput, Simple444) {
        const int width = 1;
        const int height = 5;
@@ -474,3 +476,5 @@ TEST(YCbCrInput, PBO) {
 
        glDeleteBuffers(1, &pbo);
 }
+
+}  // namespace movit