]> git.sesse.net Git - nageru/blobdiff - nageru/flags.h
Add a UI toggle to turn off SRT at runtime.
[nageru] / nageru / flags.h
index ad812b938431ba778286af7997245594fdda9444..bbe84c254e17c73f6977e983134ffe04f39c1176 100644 (file)
@@ -59,6 +59,7 @@ struct Flags {
        int max_input_queue_frames = 6;
        int http_port = DEFAULT_HTTPD_PORT;
        int srt_port = DEFAULT_SRT_PORT;  // -1 for none.
+       bool enable_srt = true;  // UI toggle; not settable from the command line. See also srt_port.
        bool display_timecode_in_stream = false;
        bool display_timecode_on_stdout = false;
        bool enable_quick_cut_keys = false;