X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=be02f388efd5dd5ce6868babf5495a46ff41e31b;hb=5cd2e667b7531777991c98dc6d3249e95b98314c;hp=ba69db6af09cce6b0c32fbfb49740083cc7a97d6;hpb=8ade0b3b56c3bdad611eb62986f79e250a4def19;p=nageru diff --git a/flags.h b/flags.h index ba69db6..be02f38 100644 --- a/flags.h +++ b/flags.h @@ -36,6 +36,9 @@ struct Flags { std::vector x264_extra_param; // In “key[,value]” format. bool enable_alsa_output = true; std::map default_stream_mapping; + bool multichannel_mapping_mode = false; // Implicitly true if input_mapping_filename is nonempty. + std::string input_mapping_filename; // Empty for none. + std::string midi_mapping_filename; // Empty for none. }; extern Flags global_flags;