]> git.sesse.net Git - movit/blobdiff - d65.h
Move everything into “namespace movit”.
[movit] / d65.h
diff --git a/d65.h b/d65.h
index 807c274ece6ce645a4f14b0699e63ae83cf9d37e..313fa45fdc83fc8a3b1d5f53296f4fbf697bc45b 100644 (file)
--- a/d65.h
+++ b/d65.h
@@ -1,6 +1,8 @@
 #ifndef _MOVIT_D65_H
 #define _MOVIT_D65_H 1
 
+namespace movit {
+
 // The D65 illuminant, which is the standard white point (ie. what you should get
 // for R=G=B=1) for almost all video color spaces in common use. It has a color
 // temperature roughly around 6500 K, which is sort of bluish; it is intended to
@@ -14,5 +16,7 @@ static const double d65_X = d65_x / d65_y;
 static const double d65_Y = 1.0;
 static const double d65_Z = d65_z / d65_y;
 
+}  // namespace movit
+
 #endif  // !defined(_MOVIT_D65_H)