]> git.sesse.net Git - nageru/blobdiff - futatabi/flags.h
Add cue point padding, where a clip is elongated (in both directions) by some given...
[nageru] / futatabi / flags.h
index a25b7e5438c81ed5c2d38da082820c82aa8f6b63..6796c147bc2b65da3f3047b43b563844b316c846 100644 (file)
@@ -14,6 +14,9 @@ struct Flags {
        bool interpolation_quality_set = false;
        uint16_t http_port = DEFAULT_HTTPD_PORT;
        double output_framerate = 60000.0 / 1001.0;
+       std::string tally_url;
+       double cue_point_padding_seconds = 0.0;  // Can be changed in the menus.
+       bool cue_point_padding_set = false;
 };
 extern Flags global_flags;