diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-06 01:17:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-11 09:25:26 +0100 |
| commit | 8c06e7d56542d16ea6e596056801270bae6d09e6 (patch) | |
| tree | 2dd1ae33c698b70c5b2cb114cbaad8254cbf95a0 /src/lib/dcp_content.h | |
| parent | 4d2418d26ea16946931dc2024cc7afd4519fc9b9 (diff) | |
Take has_non_zero_entry_point() from examiner and store it.
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index d06d46523..eac0810bb 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -224,6 +224,7 @@ private: std::map<dcp::Marker, dcpomatic::ContentTime> _markers; std::vector<dcp::Rating> _ratings; std::vector<std::string> _content_versions; + EnumIndexedVector<bool, TextType> _has_non_zero_entry_point; boost::optional<int> _active_audio_channels; }; |
