X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=unsharp_mask_effect.h;h=ba54a96f048ca12df0bd9015cd45a7f9e8b02ba6;hp=b0c937776e32bc0d7d74b3bade5e7c0792dac6e8;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87;ds=sidebyside diff --git a/unsharp_mask_effect.h b/unsharp_mask_effect.h index b0c9377..ba54a96 100644 --- a/unsharp_mask_effect.h +++ b/unsharp_mask_effect.h @@ -1,5 +1,5 @@ -#ifndef _UNSHARP_MASK_EFFECT_H -#define _UNSHARP_MASK_EFFECT_H 1 +#ifndef _MOVIT_UNSHARP_MASK_EFFECT_H +#define _MOVIT_UNSHARP_MASK_EFFECT_H 1 // Unsharp mask is probably the most popular way of doing sharpening today, // although it does not always deliver the best results (it is very prone @@ -43,4 +43,4 @@ private: MixEffect *mix; }; -#endif // !defined(_UNSHARP_MASK_EFFECT_H) +#endif // !defined(_MOVIT_UNSHARP_MASK_EFFECT_H)