]> git.sesse.net Git - nageru/blobdiff - mixer.h
Make CbCr subsampling VBO permanent, mostly to reduce the amount of debugging spew...
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index ef112b8c73c07648bba43fd262d3f54c87fc5094..0d375f84b12021101441dcc5b54734e400605619 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -262,6 +262,8 @@ private:
        std::atomic<unsigned> audio_source_channel{0};
        std::unique_ptr<movit::EffectChain> display_chain;
        GLuint cbcr_program_num;  // Owned by <resource_pool>.
+       GLuint cbcr_vbo;  // Holds position and texcoord data.
+       GLuint cbcr_position_attribute_index, cbcr_texcoord_attribute_index;
        std::unique_ptr<H264Encoder> h264_encoder;
 
        // Effects part of <display_chain>. Owned by <display_chain>.