]> git.sesse.net Git - nageru/blobdiff - flags.h
Support 4:2:2 v210 (10-bit) output for DeckLink.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 97d2fe66b2b534275c462fecf8303716d06a4512..6ca9794359904acbb73712440dc3b740a326f170 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -52,6 +52,8 @@ struct Flags {
        bool display_timecode_in_stream = false;
        bool display_timecode_on_stdout = false;
        bool ten_bit_input = false;
+       bool ten_bit_output = false;  // Implies x264_video_to_disk == true and x264_bit_depth == 10.
+       int x264_bit_depth = 8;  // Not user-settable.
 };
 extern Flags global_flags;