]> 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 52a9a50dff680c0a71f2dd208e86620396dd7342..2a65c2490889b81a1fab89f4ec7d75aeb61f3a3e 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -6,6 +6,7 @@
 struct Flags {
        int num_cards = 2;
        std::string va_display;
+       bool uncompressed_video_to_http = false;
 };
 extern Flags global_flags;