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