X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=input.h;h=da5b1fb287d599b204c32540835322677678b122;hp=8687690aa1386bb13776962ec987d48b26d14248;hb=cf1beb1c14061e754483f99a245ecfdde5cb7b79;hpb=9dcbd93164611ea111cc29519c18193d4f571ac1 diff --git a/input.h b/input.h index 8687690..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 @@ -29,8 +29,10 @@ public: // to activate it.) virtual bool can_output_linear_gamma() const = 0; - virtual ColorSpace get_color_space() const = 0; + virtual unsigned get_width() const = 0; + virtual unsigned get_height() 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)