X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=input.h;fp=input.h;h=7652e1793a4599d01fb726bfbf939741ac01d2aa;hp=e0febb1712895876758c9bffe9459b4c32feb8c7;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/input.h b/input.h index e0febb1..7652e17 100644 --- a/input.h +++ b/input.h @@ -6,6 +6,8 @@ #include "effect.h" #include "image_format.h" +namespace movit { + // An input is a degenerate case of an effect; it represents the picture data // that comes from the user. As such, it has zero “inputs” itself. // @@ -28,4 +30,6 @@ public: virtual GammaCurve get_gamma_curve() const = 0; }; +} // namespace movit + #endif // !defined(_MOVIT_INPUT_H)