X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=flat_input.h;h=cf6b0b9264d878b0e90378c00d61cb5369fec741;hp=a315735249dab4ea07ebca3997131db46d2101f0;hb=1ca4785183b5af9a2a255bba0a28dfdae156470a;hpb=898a2140fa78eecb3552f63f021c608b239f969c diff --git a/flat_input.h b/flat_input.h index a315735..cf6b0b9 100644 --- a/flat_input.h +++ b/flat_input.h @@ -31,7 +31,7 @@ public: unsigned get_width() const { return width; } unsigned get_height() const { return height; } - ColorSpace get_color_space() const { return image_format.color_space; } + Colorspace get_color_space() const { return image_format.color_space; } GammaCurve get_gamma_curve() const { return image_format.gamma_curve; } // Tells the input where to fetch the actual pixel data. Note that if you change