]> git.sesse.net Git - nageru/blobdiff - nageru/flags.h
Support SRT inputs.
[nageru] / nageru / flags.h
index 5758d884c01620765b1d0df770246d18ef1134f7..c1fcdff01f4b60731162c3a7b7c6452f09b6aa4e 100644 (file)
@@ -57,6 +57,7 @@ struct Flags {
        double output_slop_frames = 0.5;
        int max_input_queue_frames = 6;
        int http_port = DEFAULT_HTTPD_PORT;
+       int srt_port = DEFAULT_SRT_PORT;  // -1 for none.
        bool display_timecode_in_stream = false;
        bool display_timecode_on_stdout = false;
        bool enable_quick_cut_keys = false;