]> git.sesse.net Git - movit/blobdiff - ycbcr_input.h
ColorSpace -> Colorspace. I kept typing it wrong, so even though I usually say color...
[movit] / ycbcr_input.h
index 76afc3aa676edc43579d4da21fed51c828de0740..6c33cec9ef4525b0d77e479dc76af7dce2fb8777 100644 (file)
@@ -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