X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ycbcr_422interleaved_input.h;h=b7000a04166a0ee13fd89e96b6481659efd62e74;hb=9c12e38b7cd88a77ef297d080b7c41e6bd6326fb;hp=b3469864d5024373b9c301d73243e4cd3fac0c81;hpb=1ec439c7fb975c09029adaa9090e7f35ce6484b8;p=movit diff --git a/ycbcr_422interleaved_input.h b/ycbcr_422interleaved_input.h index b346986..b7000a0 100644 --- a/ycbcr_422interleaved_input.h +++ b/ycbcr_422interleaved_input.h @@ -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