X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=overlay_effect.h;fp=overlay_effect.h;h=489d8d78168c449ccf8bf6e35c86182732f1a04f;hp=444fe3f67298c33acc0ec12c4287210802458c65;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b 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)