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