diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 14:13:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 14:13:37 +0100 |
| commit | 2ae92dcc97765deb2845dd07a338858aeb375cb3 (patch) | |
| tree | 6f0f8dec0b81a0a7d56e8dbc3a87f0986dae6748 /src/cpl.h | |
| parent | 13db82c73af330ffbc7a813cd38c5bef36d5b54c (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 <ContentTitleText> 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.) */ |
