X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=d65.h;h=313fa45fdc83fc8a3b1d5f53296f4fbf697bc45b;hp=8f1f3e796f36cac2b4bd05abbd901950b0a75e53;hb=6f1efa8348a90a393187c12d70fd10d81bbd2c99;hpb=2ea2c3ea1dffa080c2f7221e50d703731e4aa9bb diff --git a/d65.h b/d65.h index 8f1f3e7..313fa45 100644 --- a/d65.h +++ b/d65.h @@ -1,5 +1,7 @@ -#ifndef _D65_H -#define _D65_H 1 +#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 @@ -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; -#endif // !defined(_D65_H) +} // namespace movit + +#endif // !defined(_MOVIT_D65_H)