]> git.sesse.net Git - nageru/blobdiff - flags.h
Support encoding the HTTP stream with x264. Highly experimental for now!
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 7dc03c546fdce57079aa3d2203175bbdbd70edc9..cfef0fa5ae1c22b18646403079a23e64d3757097 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -9,6 +9,7 @@ struct Flags {
        int num_cards = 2;
        std::string va_display;
        bool uncompressed_video_to_http = false;
+       bool x264_video_to_http = false;
        std::string theme_filename = "theme.lua";
        bool flat_audio = false;
        bool flush_pbos = true;