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