X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;fp=ycbcr_input.h;h=6c33cec9ef4525b0d77e479dc76af7dce2fb8777;hp=76afc3aa676edc43579d4da21fed51c828de0740;hb=1ca4785183b5af9a2a255bba0a28dfdae156470a;hpb=898a2140fa78eecb3552f63f021c608b239f969c diff --git a/ycbcr_input.h b/ycbcr_input.h index 76afc3a..6c33cec 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -48,7 +48,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