X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;h=83208cf0dcc44d77412c5a595f6cab9906b75e0a;hp=342e02630b480e7a36358e0411f2f041d28c549d;hb=0cdd6e9e30a807056699ed9b3fa023a23ce83af9;hpb=9ab1efe8dbd389f309a8a3e7f68c48f114a2b901 diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index 342e026..83208cf 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)