summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-31 11:33:19 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-31 11:33:19 +0100
commit43175d3a567c1cc00bb1c672da3d6b2ffa4a4602 (patch)
treefec8b07b06da821a5cabfa6a12cdf5c262498920 /src/asset.h
parentaaa33afbc17d60f9e836b4a2ad2e7ec2c294b837 (diff)
Inspect J2K data in MXFs.
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h
index 4d26a4bc..e078f44b 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -66,9 +66,11 @@ public:
*/
void write_to_assetmap (std::ostream& s) const;
- std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags) const;
+ virtual std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags) const;
protected:
+ friend class PictureAsset;
+
/** Fill in a ADSCP::WriteInfo struct.
* @param w struct to fill in.
*/