summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
commite520f1009eaa552c7b3931ced85c0f19d8aff554 (patch)
treebf992eab88f0691e5bc336895656ff91cb5f233e /src/cpl.h
parent8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff)
No-op: whitespace.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 0c213f8a..e80ea99a 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -37,14 +37,14 @@ namespace parse {
class AssetMap;
class AssetMapAsset;
}
-
+
class Asset;
class Reel;
class XMLMetadata;
class MXFMetadata;
class Signer;
class KDM;
-
+
/** @brief A CPL within a DCP */
class CPL
{
@@ -53,7 +53,7 @@ public:
CPL (boost::filesystem::path, std::string file, std::list<PathAssetMap> asset_maps, bool require_mxfs = true);
void add_reel (boost::shared_ptr<Reel> reel);
-
+
/** @return the length in frames */
int length () const {
return _length;
@@ -93,18 +93,18 @@ public:
}
boost::filesystem::path filename () const;
-
+
bool equals (CPL const & other, EqualityOptions options, boost::function<void (NoteType, std::string)> note) const;
-
+
void write_xml (bool, XMLMetadata const &, boost::shared_ptr<const Signer>) const;
void write_to_assetmap (xmlpp::Node *) const;
void write_to_pkl (xmlpp::Node *, bool) const;
void add_kdm (KDM const &);
-
+
private:
std::pair<std::string, boost::shared_ptr<const parse::AssetMapAsset> > asset_from_id (std::list<PathAssetMap>, std::string id) const;
-
+
boost::filesystem::path _directory;
/** the name of the DCP */
std::string _name;