diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-03 14:49:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-03 17:12:34 +0200 |
| commit | 0a5d3c77247d3e68a144bfc077c29fbcf3819735 (patch) | |
| tree | ea2668d75f078d6fd290e038d5d5a9ed09c13bd9 /src/lib/spl_entry.h | |
| parent | 34eb57979b5293ac3b864310f8fc8c77c26343e2 (diff) | |
Bump libdcp for better ContentKind support, and libsub
for fixes to \c tags in SSA files.
Diffstat (limited to 'src/lib/spl_entry.h')
| -rw-r--r-- | src/lib/spl_entry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/spl_entry.h b/src/lib/spl_entry.h index b2977c8aa..6fa3dd32c 100644 --- a/src/lib/spl_entry.h +++ b/src/lib/spl_entry.h @@ -24,7 +24,7 @@ #include <libcxml/cxml.h> -#include <dcp/types.h> +#include <dcp/content_kind.h> namespace xmlpp { @@ -47,7 +47,7 @@ public: std::string digest; /** CPL ID */ std::string id; - dcp::ContentKind kind; + boost::optional<dcp::ContentKind> kind; bool encrypted; private: |
