Include audio mapping in the digest used to distinguish different
[dcpomatic.git] / src / lib / audio_mapping.h
index 26087bfffa8f9e04924170444eea908640b6bced..b0b75ac063372c8f258dc235a6675f44ad2b8e81 100644 (file)
@@ -56,6 +56,8 @@ public:
        int content_channels () const {
                return _content_channels;
        }
+
+       std::string digest () const;
        
 private:
        void setup (int);