X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=input.h;h=db1eae9b7b3fbaf681efc68cac3e8c93731edaf2;hb=1ca4785183b5af9a2a255bba0a28dfdae156470a;hp=ef94add82a103b8df8041c4a2bb18527e719a0de;hpb=898a2140fa78eecb3552f63f021c608b239f969c;p=movit diff --git a/input.h b/input.h index ef94add..db1eae9 100644 --- a/input.h +++ b/input.h @@ -31,7 +31,7 @@ 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; };