]> git.sesse.net Git - nageru/blobdiff - mixer.h
Set the right texture sampler for the subsampling shader (used to work by accident).
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index 551e21790d9f71daacd89d1fc6a740baca0723a1..0de651915f6fe9aa0a3c268fd993121b9e3c3dbf 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -310,6 +310,7 @@ private:
        std::atomic<unsigned> master_clock_channel{0};
        std::unique_ptr<movit::EffectChain> display_chain;
        GLuint cbcr_program_num;  // Owned by <resource_pool>.
+       GLuint cbcr_texture_sampler_uniform;
        GLuint cbcr_vbo;  // Holds position and texcoord data.
        GLuint cbcr_position_attribute_index, cbcr_texcoord_attribute_index;
        std::unique_ptr<VideoEncoder> video_encoder;