]> git.sesse.net Git - nageru/blobdiff - flags.h
Default to SDI inputs instead of HDMI.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 147c62a0b1b80c3406ce69fa01bd3fdbe5e480e2..1cd2755b9641600db4d35f594a73ddef29252bab 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -46,6 +46,7 @@ struct Flags {
        bool multichannel_mapping_mode = false;  // Implicitly true if input_mapping_filename is nonempty.
        std::string input_mapping_filename;  // Empty for none.
        std::string midi_mapping_filename;  // Empty for none.
+       bool default_hdmi_input = false;
        bool print_video_latency = false;
        double audio_queue_length_ms = 100.0;
        bool ycbcr_rec709_coefficients = false;  // Will be overridden by HDMI/SDI output if ycbcr_auto_coefficients == true.