X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=input.h;h=7652e1793a4599d01fb726bfbf939741ac01d2aa;hp=e0febb1712895876758c9bffe9459b4c32feb8c7;hb=daca930fb2f404e8800c35715f1fc5c4897d19fb;hpb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f 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)