summaryrefslogtreecommitdiff
path: root/src/parse/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-06 20:30:19 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-06 20:30:19 +0100
commitdcccb2dd1d180b8be67e539395dccbe82b0fb5a8 (patch)
tree53b76a2df1343e5896bc9462ec8661179ede2ee3 /src/parse/cpl.h
parent5f71c3f0a7a041b3621f7325915d1105424f7e53 (diff)
Move some CPL writing from picture/sound assets to the MXF. Pick up key_id from CPL assets and hence provide and test for encrypted() method on DCP.
Diffstat (limited to 'src/parse/cpl.h')
-rw-r--r--src/parse/cpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/cpl.h b/src/parse/cpl.h
index 434a244b..04bf9351 100644
--- a/src/parse/cpl.h
+++ b/src/parse/cpl.h
@@ -48,6 +48,7 @@ public:
int64_t duration;
Fraction frame_rate;
Fraction screen_aspect_ratio;
+ std::string key_id;
};
@@ -80,6 +81,7 @@ public:
int64_t intrinsic_duration;
int64_t entry_point;
int64_t duration;
+ std::string key_id;
};
/** @brief A simple parser for and representation of a CPL \<MainSubtitle\> node */