X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=ycbcr_input.h;h=6c33cec9ef4525b0d77e479dc76af7dce2fb8777;hb=6b890b1591c0f6f67c8ec223b32a8cfae11ba874;hp=76afc3aa676edc43579d4da21fed51c828de0740;hpb=0de0202b22a6349d0f9c838947a96eef8155ac90;p=movit 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