]> git.sesse.net Git - nageru/blobdiff - flags.h
Add a switch for writing a timecode to the stream; useful for latency debugging.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 7bfab5d34d994a31b148c7f8ca2fcb29eaed5309..91b22212bdad607f3840dc7fad992056a60a7600 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -47,6 +47,8 @@ struct Flags {
        double output_buffer_frames = 6.0;
        double output_slop_frames = 0.5;
        int max_input_queue_frames = 6;
+       bool display_timecode_in_stream = false;
+       bool display_timecode_on_stdout = false;
 };
 extern Flags global_flags;