]> git.sesse.net Git - nageru/blobdiff - flags.h
Make sure our uploaded RGBA textures can deal with being asked for linear gamma.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index bd962fe7e4890e1bcc8944ca305cb6fded6f0cde..7f39fdde11be10b18980c82ac5e3dfc4461f169c 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -57,6 +57,8 @@ struct Flags {
        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.
+       bool use_zerocopy = false;  // Not user-settable.
+       bool can_disable_srgb_decoder = false;  // Not user-settable.
 };
 extern Flags global_flags;