X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=overlay_effect.h;h=489d8d78168c449ccf8bf6e35c86182732f1a04f;hp=444fe3f67298c33acc0ec12c4287210802458c65;hb=5ee3e6bb0bf100d57a06911b89c3a0a0dc49e2be;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/overlay_effect.h b/overlay_effect.h index 444fe3f..489d8d7 100644 --- a/overlay_effect.h +++ b/overlay_effect.h @@ -14,6 +14,8 @@ #include "effect.h" +namespace movit { + class OverlayEffect : public Effect { public: OverlayEffect(); @@ -31,4 +33,6 @@ public: virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } }; +} // namespace movit + #endif // !defined(_MOVIT_OVERLAY_EFFECT_H)