]> git.sesse.net Git - movit/blobdiff - ycbcr_input.h
Pull EffectChain a step closer to input resolution independence.
[movit] / ycbcr_input.h
index 43d1f1dc0d4ee2b2ddcd6fdf7df5f6950d152136..379279fbf7e101afda0684b7e446c7d7b0f93299 100644 (file)
@@ -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; }