]> git.sesse.net Git - nageru/blobdiff - flags.h
Add support for uncompressed video instead of H.264 (while still storing H.264 to...
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index bfb51daca0cfcea3bef6c6b7d957e880a65d3fe8..2a65c2490889b81a1fab89f4ec7d75aeb61f3a3e 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -1,8 +1,12 @@
 #ifndef _FLAGS_H
 #define _FLAGS_H
 
+#include <string>
+
 struct Flags {
        int num_cards = 2;
+       std::string va_display;
+       bool uncompressed_video_to_http = false;
 };
 extern Flags global_flags;