]> git.sesse.net Git - nageru/blobdiff - flags.h
If not using VA-API zerocopy, don't write extra copy textures.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index bd962fe7e4890e1bcc8944ca305cb6fded6f0cde..caeaf2bc0cf43a2c769d23c8d2121a456a32bef2 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -57,6 +57,7 @@ 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.
 };
 extern Flags global_flags;