]> git.sesse.net Git - nageru/blobdiff - nageru/mixer.h
WIP patch for async output.
[nageru] / nageru / mixer.h
index 6e9da90c3c0e1a27bc830a18acd1407cf6cfc1f0..63c7f8ec62c15e244c2f5c9304bbbb6740d60283 100644 (file)
@@ -399,6 +399,7 @@ private:
        std::atomic<int> master_clock_channel{0};  // Gets overridden by <output_card_index> if set.
        int output_card_index = -1;  // -1 for none.
        uint32_t output_video_mode = -1;
+       bool slave_to_output = false;  // Only relevant if output_card_index != -1.
 
        // The mechanics of changing the output card and modes are so intricately connected
        // with the work the mixer thread is doing. Thus, we don't change it directly,