X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=5fed2a88517a5effd5da13eb49a111dda9d2d7e0;hb=e65bea1cd01cba642bbff2a7f79977196b2a2b42;hp=ba69db6af09cce6b0c32fbfb49740083cc7a97d6;hpb=8ade0b3b56c3bdad611eb62986f79e250a4def19;p=nageru diff --git a/flags.h b/flags.h index ba69db6..5fed2a8 100644 --- a/flags.h +++ b/flags.h @@ -36,6 +36,8 @@ 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. }; extern Flags global_flags;