]> git.sesse.net Git - nageru/blobdiff - flags.h
Release Nageru 1.7.2.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 83d1894b472e67a0b09688e472f2bb0e055b5dc2..147c62a0b1b80c3406ce69fa01bd3fdbe5e480e2 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -57,6 +57,7 @@ struct Flags {
        int http_port = DEFAULT_HTTPD_PORT;
        bool display_timecode_in_stream = false;
        bool display_timecode_on_stdout = false;
+       bool enable_quick_cut_keys = false;
        bool ten_bit_input = false;
        bool ten_bit_output = false;  // Implies x264_video_to_disk == true and x264_bit_depth == 10.
        YCbCrInterpretation ycbcr_interpretation[MAX_VIDEO_CARDS];