summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-20 15:11:57 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-20 15:11:57 +0100
commitda228f37426ac999f02e03e558acef5501b22361 (patch)
tree201e133ec9bd72c0a3f5f2182476717994809ff7 /src/cpl.h
parent454e76146a5bd522e47ebbedd490e89ef95dd186 (diff)
Tidy up KDM generation from CPLs a bit.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 164ed734..431aef7d 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -1,7 +1,7 @@
/*
Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
- This program is free software; you can redistribute it and/or modify
+ This program is free software; you -can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@@ -38,7 +38,7 @@
namespace dcp {
-class Content;
+class ReelAsset;
class Reel;
class XMLMetadata;
class MXFMetadata;
@@ -95,10 +95,9 @@ public:
return _reels;
}
- /** @return the Content in this CPL across all its reels
- * (Content is picture, sound and subtitles)
+ /** @return the ReelAssets in this CPL in all reels.
*/
- std::list<boost::shared_ptr<const Content> > content () const;
+ std::list<boost::shared_ptr<const ReelAsset> > reel_assets () const;
bool encrypted () const;