X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=colorspace_conversion_effect.h;fp=colorspace_conversion_effect.h;h=76246d6519e4b6c668d38d3b6d3595541091578d;hp=ab8a8aa3ea630a7ebb98bc729b5b2ae643c87d8c;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/colorspace_conversion_effect.h b/colorspace_conversion_effect.h index ab8a8aa..76246d6 100644 --- a/colorspace_conversion_effect.h +++ b/colorspace_conversion_effect.h @@ -14,6 +14,8 @@ #include "effect.h" #include "image_format.h" +namespace movit { + class ColorspaceConversionEffect : public Effect { private: // Should not be instantiated by end users. @@ -34,4 +36,6 @@ private: Colorspace source_space, destination_space; }; +} // namespace movit + #endif // !defined(_MOVIT_COLORSPACE_CONVERSION_EFFECT_H)