]> git.sesse.net Git - nageru/blobdiff - nageru/flags.h
Remove the --http-uncompressed-video flag.
[nageru] / nageru / flags.h
index baecb7ae007718a7cb3afe0b2048e0d424bc8576..40f88f3bd315659295565a02dd55395f553fff7f 100644 (file)
@@ -16,7 +16,6 @@ struct Flags {
        int max_num_cards = MAX_VIDEO_CARDS;
        std::string va_display;
        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.
        bool x264_separate_disk_encode = false;  // Disables Quick Sync entirely. Implies x264_video_to_disk == true.