diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-20 22:17:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-20 22:17:38 +0100 |
| commit | 29281daa6ee121551a1e77653ccb455ca7423a39 (patch) | |
| tree | b26525263b1f72644f656172cc964e23b2d5a514 | |
| parent | 9b9b78890c9c7bc36342e1b7d35de921208b05d8 (diff) | |
Bump libdcp for a typo fix and some cleanups.
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | src/wx/verify_dcp_result_panel.cc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.44', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.45', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.58')) deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388')) if target.platform != 'linux' or target.distro != 'arch': diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc index d65806cf8..5a3104c13 100644 --- a/src/wx/verify_dcp_result_panel.cc +++ b/src/wx/verify_dcp_result_panel.cc @@ -568,7 +568,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many) _("More JPEG2000 frames (not listed) contain invalid Rsiz values.") ); break; - case dcp::VerificationNote::Code::MISSING_JPEG200_TLM_MARKER: + case dcp::VerificationNote::Code::MISSING_JPEG2000_TLM_MARKER: add( i.second, _("A JPEG2000 frame has no TLM marker."), |
