diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-12 22:18:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-12 22:18:47 +0200 |
| commit | cc99556229bf35506c20377f4550665af6f5594a (patch) | |
| tree | bef50bbc69a4ee9724a32d5ba8e854280451e969 /src/lib/dcp_examiner.cc | |
| parent | 43f83b3508829b9d773be69db4b010ac91f101b7 (diff) | |
Bump libdcp for some API improvements.
Diffstat (limited to 'src/lib/dcp_examiner.cc')
| -rw-r--r-- | src/lib/dcp_examiner.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/dcp_examiner.cc b/src/lib/dcp_examiner.cc index ad2220fc0..b431cec26 100644 --- a/src/lib/dcp_examiner.cc +++ b/src/lib/dcp_examiner.cc @@ -277,8 +277,7 @@ DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content, bool tolerant) _kdm_valid = false; } - DCPOMATIC_ASSERT (cpl->standard ()); - _standard = cpl->standard().get(); + _standard = cpl->standard(); _three_d = !cpl->reels().empty() && cpl->reels().front()->main_picture() && dynamic_pointer_cast<dcp::StereoPictureAsset> (cpl->reels().front()->main_picture()->asset()); _ratings = cpl->ratings(); |
