summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-20 22:17:38 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-20 22:17:38 +0100
commit29281daa6ee121551a1e77653ccb455ca7423a39 (patch)
treeb26525263b1f72644f656172cc964e23b2d5a514
parent9b9b78890c9c7bc36342e1b7d35de921208b05d8 (diff)
Bump libdcp for a typo fix and some cleanups.
-rw-r--r--cscript2
-rw-r--r--src/wx/verify_dcp_result_panel.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index d48227912..4ded89e88 100644
--- a/cscript
+++ b/cscript
@@ -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."),