summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cpl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 158d100f..06b59bd8 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -135,6 +135,10 @@ public:
_content_title_text = ct;
}
+ void set_content_kind (dcp::ContentKind k) {
+ _content_kind = k;
+ }
+
/** @return the type of the content, used by media servers
* to categorise things (e.g. feature, trailer, etc.)
*/