X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=7f39fdde11be10b18980c82ac5e3dfc4461f169c;hb=e7042ad94ffec1505feaf7f8c5a265b2165957a0;hp=caeaf2bc0cf43a2c769d23c8d2121a456a32bef2;hpb=4d288e59bea313bbc2369eaad5cfdfb28bbcd960;p=nageru diff --git a/flags.h b/flags.h index caeaf2b..7f39fdd 100644 --- a/flags.h +++ b/flags.h @@ -58,6 +58,7 @@ struct Flags { bool ten_bit_output = false; // Implies x264_video_to_disk == true and x264_bit_depth == 10. int x264_bit_depth = 8; // Not user-settable. bool use_zerocopy = false; // Not user-settable. + bool can_disable_srgb_decoder = false; // Not user-settable. }; extern Flags global_flags;