diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-15 00:49:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-15 00:49:41 +0000 |
| commit | 3537583f15ebca59eb9e5abb85452b54183210ba (patch) | |
| tree | bf9a41c9118019b1b5586e57c33c67549f8a8110 /src/cpl.h | |
| parent | f3c9dba639867ee4111139050dc7f05aff8ae4a0 (diff) | |
Move asset refs and hash from ReelAsset to ReelMXF.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2019 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -51,7 +51,7 @@ namespace dcp { -class ReelAsset; +class ReelMXF; class Reel; class XMLMetadata; class MXFMetadata; @@ -116,10 +116,10 @@ public: return _reels; } - /** @return the ReelAssets in this CPL in all reels. + /** @return the ReelMXFs in this CPL in all reels. */ - std::list<boost::shared_ptr<const ReelAsset> > reel_assets () const; - std::list<boost::shared_ptr<ReelAsset> > reel_assets (); + std::list<boost::shared_ptr<const ReelMXF> > reel_mxfs () const; + std::list<boost::shared_ptr<ReelMXF> > reel_mxfs (); bool encrypted () const; |
