X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;h=ee3985f9fa03c807b2928dac5176e9b0baf58eff;hp=342e02630b480e7a36358e0411f2f041d28c549d;hb=fe7a508885d19950c43e46dc60db675375f49ffb;hpb=9ab1efe8dbd389f309a8a3e7f68c48f114a2b901 diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index 342e026..ee3985f 100644 --- a/gamma_compression_effect.h +++ b/gamma_compression_effect.h @@ -9,11 +9,14 @@ // Note that Movit's internal formats generally do not have enough accuracy // for 12-bit input or output. +#include #include #include "effect.h" #include "image_format.h" +namespace movit { + class GammaCompressionEffect : public Effect { private: // Should not be instantiated by end users. @@ -35,4 +38,6 @@ private: GammaCurve destination_curve; }; +} // namespace movit + #endif // !defined(_MOVIT_GAMMA_COMPRESSION_EFFECT_H)