X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=gamma_expansion_effect.h;h=b5381ad38cdc76fa3b5aa2eb01da20df64111c4b;hb=ca8568e3e0f614320732c5c8e98ecd48cf5b9bcb;hp=92f05171cd4d84ff08ad802cbef89138401c5d48;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e;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)