X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=5fed2a88517a5effd5da13eb49a111dda9d2d7e0;hb=e5b9eff03d96d79c93a33d354b51c1afe2f44d59;hp=8e68a66893d766a8f6223be1c351a5b935d8802d;hpb=1caeebce7e0d2b18ae7fb588aaccde7d19117e00;p=nageru diff --git a/flags.h b/flags.h index 8e68a66..5fed2a8 100644 --- a/flags.h +++ b/flags.h @@ -36,6 +36,7 @@ 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;