]> git.sesse.net Git - nageru/blobdiff - nageru/flags.h
Support unsynchronized HDMI/SDI output.
[nageru] / nageru / flags.h
index 9b9976c5db7c572027c7ad314e5196b3d9f644ab..734e290420bb995652ecfd9910003a7f40c57e82 100644 (file)
@@ -64,6 +64,7 @@ struct Flags {
        int output_card = -1;
        double output_buffer_frames = 6.0;
        double output_slop_frames = 0.5;
+       bool output_card_is_master = true;
        int max_input_queue_frames = 6;
        int http_port = DEFAULT_HTTPD_PORT;
        int srt_port = DEFAULT_SRT_PORT;  // -1 for none.