X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=b2dedb6c05a1ca689b1d5b588b994142da552f20;hb=e45ebd282e3c6c369475ef0987945eca62ef8f58;hp=24e5b32f18b4ae52f1000cd8ff8ff5f5a912a8ba;hpb=bd7755947b1c46f046cb9ddcff5bcfbf2d151fa1;p=nageru diff --git a/flags.h b/flags.h index 24e5b32..b2dedb6 100644 --- a/flags.h +++ b/flags.h @@ -3,12 +3,17 @@ #include +#include "defs.h" + struct Flags { int num_cards = 2; std::string va_display; bool uncompressed_video_to_http = false; std::string theme_filename = "theme.lua"; bool flat_audio = false; + bool flush_pbos = true; + std::string stream_mux_name = DEFAULT_STREAM_MUX_NAME; + bool stream_coarse_timebase = false; }; extern Flags global_flags;