X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;h=83208cf0dcc44d77412c5a595f6cab9906b75e0a;hp=9577e020954461ff5fb6e1ee2c1145d115a5f1a9;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index 9577e02..83208cf 100644 --- a/gamma_compression_effect.h +++ b/gamma_compression_effect.h @@ -15,6 +15,8 @@ #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)