]> git.sesse.net Git - nageru/blobdiff - nageru/mixer.h
Make the ImageInput cache store textures, not images.
[nageru] / nageru / mixer.h
index de8b45741ef30cf97058d5270f995f45e1680553..5af2016a74bae1d4a241d224f78f300e53463bca 100644 (file)
@@ -456,7 +456,7 @@ private:
        HTTPD httpd;
        unsigned num_cards, num_video_inputs, num_html_inputs = 0;
 
-       QSurface *mixer_surface, *h264_encoder_surface, *decklink_output_surface;
+       QSurface *mixer_surface, *h264_encoder_surface, *decklink_output_surface, *image_update_surface;
        std::unique_ptr<movit::ResourcePool> resource_pool;
        std::unique_ptr<Theme> theme;
        std::atomic<unsigned> audio_source_channel{0};