]> git.sesse.net Git - nageru/blobdiff - flags.h
Add support for recording the x264 video to disk.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 78b1f1f55577ad2680c156b53279cadc368e0644..97d2fe66b2b534275c462fecf8303716d06a4512 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -14,6 +14,7 @@ struct Flags {
        bool fake_cards_audio = false;
        bool uncompressed_video_to_http = false;
        bool x264_video_to_http = false;
+       bool x264_video_to_disk = false;  // Disables Quick Sync entirely. Implies x264_video_to_http == true.
        std::vector<std::string> theme_dirs { ".", "/usr/local/share/nageru" };
        std::string theme_filename = "theme.lua";
        bool locut_enabled = true;