X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=overlay_effect.h;h=444fe3f67298c33acc0ec12c4287210802458c65;hp=66ff31b94be55d19ffacb7714051baa2c785493c;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87 diff --git a/overlay_effect.h b/overlay_effect.h index 66ff31b..444fe3f 100644 --- a/overlay_effect.h +++ b/overlay_effect.h @@ -1,5 +1,5 @@ -#ifndef _OVERLAY_EFFECT_H -#define _OVERLAY_EFFECT_H 1 +#ifndef _MOVIT_OVERLAY_EFFECT_H +#define _MOVIT_OVERLAY_EFFECT_H 1 // Put one image on top of another, using alpha where appropriate. // (If both images are the same aspect and the top image has alpha=1.0 @@ -31,4 +31,4 @@ public: virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } }; -#endif // !defined(_OVERLAY_EFFECT_H) +#endif // !defined(_MOVIT_OVERLAY_EFFECT_H)