]> 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 caeaf2bc0cf43a2c769d23c8d2121a456a32bef2..7f39fdde11be10b18980c82ac5e3dfc4461f169c 100644 (file)
--- 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;