]> git.sesse.net Git - nageru/blobdiff - flags.h
Pull the file muxing out of the HTTPD. (It was pretty ugly all along.)
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 308e3103bfd6be6c068406f166971bc24cc17994..b2dedb6c05a1ca689b1d5b588b994142da552f20 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -13,6 +13,7 @@ struct Flags {
        bool flat_audio = false;
        bool flush_pbos = true;
        std::string stream_mux_name = DEFAULT_STREAM_MUX_NAME;
+       bool stream_coarse_timebase = false;
 };
 extern Flags global_flags;