X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;h=83208cf0dcc44d77412c5a595f6cab9906b75e0a;hp=9577e020954461ff5fb6e1ee2c1145d115a5f1a9;hb=45955bca8c14dd8cac4fa922e45fb0f8be507d58;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e 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)