Add NamedChannel and use it to hide the never-used channels
[dcpomatic.git] / src / lib / mid_side_decoder.h
index a4c7e22637fe9809c1488c1b2f23e0a061059861..e5c1e0a05fa6067afc8016c3ae5baa5c6c9959bb 100644 (file)
@@ -29,5 +29,5 @@ public:
        boost::shared_ptr<AudioProcessor> clone (int) const;
        boost::shared_ptr<AudioBuffers> run (boost::shared_ptr<const AudioBuffers>, int channels);
        void make_audio_mapping_default (AudioMapping& mapping) const;
-       std::vector<std::string> input_names () const;
+       std::vector<NamedChannel> input_names () const;
 };