X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fmid_side_decoder.h;h=197c7b33bcf453ab783f66b5221bb492f6137be8;hb=43877eccbedc0950ab253e76dd0cea691fd7a4b0;hp=dac6cb7d9a7516dc159c65f46d4fd5cea6746e40;hpb=c6c082c4a8016f85ba4207f4b8ccee1d5770e4a4;p=dcpomatic.git diff --git a/src/lib/mid_side_decoder.h b/src/lib/mid_side_decoder.h index dac6cb7d9..197c7b33b 100644 --- a/src/lib/mid_side_decoder.h +++ b/src/lib/mid_side_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,9 +25,9 @@ public: std::string name () const; std::string id () const; ChannelCount in_channels () const; - int out_channels (int) const; + int out_channels () const; boost::shared_ptr clone (int) const; boost::shared_ptr run (boost::shared_ptr); + void make_audio_mapping_default (AudioMapping& mapping) const; + std::vector input_names () const; }; - -