]> git.sesse.net Git - nageru/blobdiff - flags.h
Allow symlinked frame files. Useful for testing.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 794e90d37005eef2a60a4acc0fff60d02382e05a..5e9d34b2c24b969e36859343c64675c46e2ae234 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -3,9 +3,14 @@
 
 #include <string>
 
+#include "defs.h"
+
 struct Flags {
        std::string stream_source;
+       std::string working_directory = ".";
        bool slow_down_input = false;
+       int interpolation_quality = 2;
+       uint16_t http_port = DEFAULT_HTTPD_PORT;
 };
 extern Flags global_flags;