]> git.sesse.net Git - movit/blobdiff - lift_gamma_gain_effect.h
Make the ResampleEffect accuracy test stricter.
[movit] / lift_gamma_gain_effect.h
index bd1ec16a6d8743e6dfa83cd9848e78b959636a7c..60978f45047c3272e78662ae31f7c1e4f289eea2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _LIFT_GAMMA_GAIN_EFFECT_H
-#define _LIFT_GAMMA_GAIN_EFFECT_H 1
+#ifndef _MOVIT_LIFT_GAMMA_GAIN_EFFECT_H
+#define _MOVIT_LIFT_GAMMA_GAIN_EFFECT_H 1
 
 // A simple lift/gamma/gain effect, used for color grading.
 //
@@ -38,4 +38,4 @@ private:
        RGBTriplet lift, gamma, gain;
 };
 
-#endif // !defined(_LIFT_GAMMA_GAIN_EFFECT_H)
+#endif // !defined(_MOVIT_LIFT_GAMMA_GAIN_EFFECT_H)