X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fmid_side_decoder.h;h=f807c929852dcb1a69a46d53542db64064008507;hp=dac6cb7d9a7516dc159c65f46d4fd5cea6746e40;hb=aeb835a18c8df347e0ed68fb24631b320abeb611;hpb=3b48d5494c3cae7743d283203f5c8021860ab81f diff --git a/src/lib/mid_side_decoder.h b/src/lib/mid_side_decoder.h index dac6cb7d9..f807c9298 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 @@ -24,10 +24,9 @@ class MidSideDecoder : public AudioProcessor 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); + boost::shared_ptr run (boost::shared_ptr, int channels); + void make_audio_mapping_default (AudioMapping& mapping) const; + std::vector input_names () const; }; - -