diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-20 23:42:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-20 23:42:28 +0100 |
| commit | cb6729aa79b555b219974207fbe2ff0510f9d3ea (patch) | |
| tree | 973024e5dbf8bd8d873850909665e6229138ef57 /src/lib/types.h | |
| parent | d24251b2e0d82236f93ee5415b72849dee2a0ac8 (diff) | |
Bump libdcp for better verification, and make API adjustments.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index 87b3fc753..f8f23a300 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -236,7 +236,7 @@ struct CPLSummary std::string dcp_directory; std::string cpl_id; - std::string cpl_annotation_text; + boost::optional<std::string> cpl_annotation_text; boost::filesystem::path cpl_file; /** true if this CPL has any encrypted assets */ bool encrypted; |
