]> git.sesse.net Git - nageru/blobdiff - flags.h
Add a switch to print video latency.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 5abc9530470cc0ac9b086c21661f22d2a1c75df6..71495816d0d22734f8560c2d1e38aa79389e3a20 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -40,6 +40,7 @@ struct Flags {
        bool multichannel_mapping_mode = false;  // Implicitly true if input_mapping_filename is nonempty.
        std::string input_mapping_filename;  // Empty for none.
        std::string midi_mapping_filename;  // Empty for none.
+       bool print_video_latency = false;
 };
 extern Flags global_flags;