X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;h=c494cd795b00ce5f5c20142a4ff4ea9ae879b7c1;hp=f34bca02eb76f51c633b237a789d9f5f18e418e3;hb=9a00101dbb6f98d21c6b8ce4d33200af840ea908;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index f34bca0..c494cd7 100644 --- a/gamma_compression_effect.h +++ b/gamma_compression_effect.h @@ -1,5 +1,5 @@ -#ifndef _GAMMA_COMPRESSION_EFFECT_H -#define _GAMMA_COMPRESSION_EFFECT_H 1 +#ifndef _MOVIT_GAMMA_COMPRESSION_EFFECT_H +#define _MOVIT_GAMMA_COMPRESSION_EFFECT_H 1 // An effect to convert linear light to the given gamma curve, // typically inserted by the framework automatically at the end @@ -10,7 +10,6 @@ #include #include "effect.h" -#include "effect_chain.h" #include "image_format.h" #define COMPRESSION_CURVE_SIZE 4096 @@ -36,4 +35,4 @@ private: float compression_curve[COMPRESSION_CURVE_SIZE]; }; -#endif // !defined(_GAMMA_COMPRESSION_EFFECT_H) +#endif // !defined(_MOVIT_GAMMA_COMPRESSION_EFFECT_H)