X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=input.h;h=da5b1fb287d599b204c32540835322677678b122;hp=ef94add82a103b8df8041c4a2bb18527e719a0de;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=4a9b478d0cc333e7b47a766d3d27ffe67c08f15a diff --git a/input.h b/input.h index ef94add..da5b1fb 100644 --- a/input.h +++ b/input.h @@ -1,5 +1,5 @@ -#ifndef _INPUT_H -#define _INPUT_H 1 +#ifndef _MOVIT_INPUT_H +#define _MOVIT_INPUT_H 1 #include @@ -31,8 +31,8 @@ public: virtual unsigned get_width() const = 0; virtual unsigned get_height() const = 0; - virtual ColorSpace get_color_space() const = 0; + virtual Colorspace get_color_space() const = 0; virtual GammaCurve get_gamma_curve() const = 0; }; -#endif // !defined(_INPUT_H) +#endif // !defined(_MOVIT_INPUT_H)