X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=147c62a0b1b80c3406ce69fa01bd3fdbe5e480e2;hb=b9feb66845bf24465b7671ac9ff7a52b88f6032b;hp=83d1894b472e67a0b09688e472f2bb0e055b5dc2;hpb=b9f32b108b1e3392d1ca6884f3c960f18acaa0d6;p=nageru diff --git a/flags.h b/flags.h index 83d1894..147c62a 100644 --- 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];