diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 11:33:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 11:33:19 +0100 |
| commit | 43175d3a567c1cc00bb1c672da3d6b2ffa4a4602 (patch) | |
| tree | fec8b07b06da821a5cabfa6a12cdf5c262498920 /src/picture_asset.h | |
| parent | aaa33afbc17d60f9e836b4a2ad2e7ec2c294b837 (diff) | |
Inspect J2K data in MXFs.
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index 9fa4f99e..cccea0f3 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -81,6 +81,8 @@ public: */ void write_to_cpl (std::ostream& s) const; + std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags) const; + private: std::string path_from_list (int f, std::vector<std::string> const & files) const; void construct (sigc::slot<std::string, int>); |
