X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmixer.h;h=63c7f8ec62c15e244c2f5c9304bbbb6740d60283;hb=896b8bb8e44409738aef56ba7d7b7f300c22d2ce;hp=6e9da90c3c0e1a27bc830a18acd1407cf6cfc1f0;hpb=0f5b8fd8420a450f5994d5f535fdce84dbb10093;p=nageru diff --git a/nageru/mixer.h b/nageru/mixer.h index 6e9da90..63c7f8e 100644 --- a/nageru/mixer.h +++ b/nageru/mixer.h @@ -399,6 +399,7 @@ private: std::atomic master_clock_channel{0}; // Gets overridden by 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,