X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=09337d13b9e12513d307e395dd9cd1bf8c4f42ae;hb=6ffaabac0a523617b686f40c154a25cb548cc561;hp=147c62a0b1b80c3406ce69fa01bd3fdbe5e480e2;hpb=6b1a2547dc1bb2202988f78cdbd4fd3807b760b5;p=nageru diff --git a/flags.h b/flags.h index 147c62a..09337d1 100644 --- 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. @@ -65,6 +66,7 @@ struct Flags { int x264_bit_depth = 8; // Not user-settable. bool use_zerocopy = false; // Not user-settable. bool can_disable_srgb_decoder = false; // Not user-settable. + bool fullscreen = false; }; extern Flags global_flags;