X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=97d2fe66b2b534275c462fecf8303716d06a4512;hb=bd5b2de9a277b87c75d71d94bd8c5095ab14ecf7;hp=78b1f1f55577ad2680c156b53279cadc368e0644;hpb=7c68022d2d22007e0a918f81db87278713659731;p=nageru diff --git a/flags.h b/flags.h index 78b1f1f..97d2fe6 100644 --- 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 theme_dirs { ".", "/usr/local/share/nageru" }; std::string theme_filename = "theme.lua"; bool locut_enabled = true;