X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;h=379279fbf7e101afda0684b7e446c7d7b0f93299;hp=43d1f1dc0d4ee2b2ddcd6fdf7df5f6950d152136;hb=243f8ea98271c0680a8e99e4465ac0075e55e3a5;hpb=f99ad333a7acbb6c8c995dbb036484ae8940c490 diff --git a/ycbcr_input.h b/ycbcr_input.h index 43d1f1d..379279f 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -45,6 +45,8 @@ public: // Uploads the texture if it has changed since last time. void set_gl_state(GLuint glsl_program_num, const std::string& prefix, unsigned *sampler_num); + unsigned get_width() const { return width; } + unsigned get_height() const { return height; } ColorSpace get_color_space() const { return image_format.color_space; } GammaCurve get_gamma_curve() const { return image_format.gamma_curve; }