]> git.sesse.net Git - movit/blobdiff - ycbcr_422interleaved_input.h
Rework uniform setting.
[movit] / ycbcr_422interleaved_input.h
index b3469864d5024373b9c301d73243e4cd3fac0c81..b7000a04166a0ee13fd89e96b6481659efd62e74 100644 (file)
@@ -123,6 +123,8 @@ private:
        unsigned width, height;
        const unsigned char *pixel_data;
        ResourcePool *resource_pool;
+
+       GLint uniform_tex_y, uniform_tex_cbcr;
 };
 
 }  // namespace movit