]> git.sesse.net Git - movit/blobdiff - ycbcr_input.h
Rework uniform setting.
[movit] / ycbcr_input.h
index 97ad5266bb3b0c9942f39dd3a2964aceedf848c1..7db5375c187cc4c035aab31cdc0065f4551aefcd 100644 (file)
@@ -79,6 +79,7 @@ private:
        ImageFormat image_format;
        YCbCrFormat ycbcr_format;
        GLuint pbos[3], texture_num[3];
+       GLint uniform_tex_y, uniform_tex_cb, uniform_tex_cr;
 
        unsigned width, height, widths[3], heights[3];
        const unsigned char *pixel_data[3];