Add AudioMapping::take_from().
[dcpomatic.git] / src / lib / audio_mapping.h
index 0f59cc205ee35937f6ed9727aab40aef4c9d4dcd..fe9a7978939d938db88f9b98db1b11f40d804595 100644 (file)
@@ -76,6 +76,8 @@ public:
        std::list<int> mapped_output_channels () const;
        void unmap_all ();
 
+       void take_from(AudioMapping const& other);
+
 private:
        void setup (int input_channels, int output_channels);