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 /src | |
| parent | 9b9b78890c9c7bc36342e1b7d35de921208b05d8 (diff) | |
Bump libdcp for a typo fix and some cleanups.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/verify_dcp_result_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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."), |
