X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=6ca9794359904acbb73712440dc3b740a326f170;hb=aa472f3f2fcf37701198deb330d3169636151060;hp=97d2fe66b2b534275c462fecf8303716d06a4512;hpb=bd5b2de9a277b87c75d71d94bd8c5095ab14ecf7;p=nageru diff --git a/flags.h b/flags.h index 97d2fe6..6ca9794 100644 --- 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;