Show maximum pixel error on equals().
[libdcp.git] / src / sound_asset.h
index 4fbec895f874001677e9b675d2ea80c65848219f..e9faeb8bb6d26c68f4fdcda46f2d6662a3f0c2ae 100644 (file)
@@ -84,6 +84,8 @@ public:
         */
        void write_to_cpl (std::ostream& s) const;
 
+       std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityOptions opt) const;
+       
 private:
        void construct (sigc::slot<std::string, Channel> get_path);
        std::string path_from_channel (Channel channel, std::vector<std::string> const & files);