X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=gamma_expansion_effect.h;h=b5381ad38cdc76fa3b5aa2eb01da20df64111c4b;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hp=92f05171cd4d84ff08ad802cbef89138401c5d48;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b;p=movit diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index 92f0517..b5381ad 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -15,6 +15,8 @@ #include "effect.h" #include "image_format.h" +namespace movit { + class GammaExpansionEffect : public Effect { private: // Should not be instantiated by end users. @@ -37,4 +39,6 @@ private: GammaCurve source_curve; }; +} // namespace movit + #endif // !defined(_MOVIT_GAMMA_EXPANSION_EFFECT_H)