summaryrefslogtreecommitdiff
path: root/src/lib/spl_entry.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-17 22:35:39 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-03 22:46:34 +0200
commitd4019480147bd6b478f8b067982c53251e5d6f15 (patch)
tree9cf10f9655b7ef332d3362da32eba4000cd1fe4d /src/lib/spl_entry.h
parentb4c7d661a2c7b072d18e82129ff0a31a99ba5081 (diff)
Add all DCP CPLs to the content list, and write CPL ID to SPLs instead of digest (#3040).
Diffstat (limited to 'src/lib/spl_entry.h')
-rw-r--r--src/lib/spl_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/spl_entry.h b/src/lib/spl_entry.h
index 6fa3dd32c..cbb597d20 100644
--- a/src/lib/spl_entry.h
+++ b/src/lib/spl_entry.h
@@ -46,7 +46,7 @@ public:
/** Digest of this content */
std::string digest;
/** CPL ID */
- std::string id;
+ boost::optional<std::string> id;
boost::optional<dcp::ContentKind> kind;
bool encrypted;