]> git.sesse.net Git - nageru/blobdiff - flags.h
Reenable simple audio.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 8e68a66893d766a8f6223be1c351a5b935d8802d..5fed2a88517a5effd5da13eb49a111dda9d2d7e0 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -36,6 +36,7 @@ struct Flags {
        std::vector<std::string> x264_extra_param;  // In “key[,value]” format.
        bool enable_alsa_output = true;
        std::map<int, int> default_stream_mapping;
+       bool multichannel_mapping_mode = false;  // Implicitly true if input_mapping_filename is nonempty.
        std::string input_mapping_filename;  // Empty for none.
 };
 extern Flags global_flags;