]> git.sesse.net Git - nageru/blobdiff - flags.h
Make the HTTP port settable.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index e6bf08ecf576c4612d14e10f52dc4c671d63844e..83d1894b472e67a0b09688e472f2bb0e055b5dc2 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -54,6 +54,7 @@ struct Flags {
        double output_buffer_frames = 6.0;
        double output_slop_frames = 0.5;
        int max_input_queue_frames = 6;
+       int http_port = DEFAULT_HTTPD_PORT;
        bool display_timecode_in_stream = false;
        bool display_timecode_on_stdout = false;
        bool ten_bit_input = false;