diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-02 00:59:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-02 00:59:36 +0100 |
| commit | 4f6b9809ed4c9291e2577ee8e0f3bebf15ca2629 (patch) | |
| tree | afd8890b4b0a0c850ed8dad19e5815a90be83ac8 /src/asset.cc | |
| parent | 12fe692248cfd7f604b8ac7d596bf796c0bf420a (diff) | |
Compare using maximum mean absolute difference and standard deviation.
Diffstat (limited to 'src/asset.cc')
| -rw-r--r-- | src/asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.cc b/src/asset.cc index f8362c8b..38617e85 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -96,7 +96,7 @@ Asset::mxf_path () const } list<string> -Asset::equals (shared_ptr<const Asset> other, EqualityFlags flags) const +Asset::equals (shared_ptr<const Asset> other, EqualityFlags flags, double, double) const { list<string> notes; |
