summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-24 14:13:37 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-24 14:13:37 +0100
commit2ae92dcc97765deb2845dd07a338858aeb375cb3 (patch)
tree6f0f8dec0b81a0a7d56e8dbc3a87f0986dae6748 /src/cpl.h
parent13db82c73af330ffbc7a813cd38c5bef36d5b54c (diff)
No-op: whitespace.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 4993bcd5..932e6b76 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -37,14 +37,14 @@
#include <list>
namespace dcp {
-
+
class ReelAsset;
class Reel;
class XMLMetadata;
class MXFMetadata;
class Signer;
class DecryptedKDM;
-
+
/** @class CPL
* @brief A Composition Playlist.
*/
@@ -67,7 +67,7 @@ public:
std::string annotation_text () const {
return _annotation_text;
}
-
+
/** @return contents of the &lt;ContentTitleText&gt; node */
std::string content_title_text () const {
return _content_title_text;
@@ -82,7 +82,7 @@ public:
void set_content_version_label_text (std::string text) {
_content_version_label_text = text;
}
-
+
/** @return the type of the content, used by media servers
* to categorise things (e.g. feature, trailer, etc.)
*/