Show maximum pixel error on equals().
[libdcp.git] / src / sound_asset.h
index 4b7c0967b85a6655b74e3ec1da2d9df900fe19cf..e9faeb8bb6d26c68f4fdcda46f2d6662a3f0c2ae 100644 (file)
@@ -84,7 +84,7 @@ public:
         */
        void write_to_cpl (std::ostream& s) const;
 
-       std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags, double max_mean, double max_std_dev) 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);