diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-12 22:42:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-14 18:42:09 +0200 |
| commit | ec02427b46e95fa2a63ad680e0a9787f2d306305 (patch) | |
| tree | a68ea22ad9cdc31a4141be2122d017bff80497b5 /test/dcp_subtitle_test.cc | |
| parent | c6c81128909add9908c5a13e156cd91dde001eec (diff) | |
Bump libdcp for very invalid subtitle duration checks.
Diffstat (limited to 'test/dcp_subtitle_test.cc')
| -rw-r--r-- | test/dcp_subtitle_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/dcp_subtitle_test.cc b/test/dcp_subtitle_test.cc index df151e108..3888a7b53 100644 --- a/test/dcp_subtitle_test.cc +++ b/test/dcp_subtitle_test.cc @@ -276,7 +276,7 @@ BOOST_AUTO_TEST_CASE(entity_from_dcp_source) dcp::VerificationNote::Code::MISSING_SUBTITLE_LANGUAGE, dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME, dcp::VerificationNote::Code::MISSING_CPL_METADATA, - dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION, + dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION_BV21, dcp::VerificationNote::Code::INVALID_SUBTITLE_SPACING, }); @@ -304,7 +304,7 @@ BOOST_AUTO_TEST_CASE(entity_from_dcp_source) dcp::VerificationNote::Code::MISSING_SUBTITLE_LANGUAGE, dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME, dcp::VerificationNote::Code::MISSING_CPL_METADATA, - dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION, + dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION_BV21, dcp::VerificationNote::Code::INVALID_SUBTITLE_SPACING, }); @@ -338,7 +338,7 @@ BOOST_AUTO_TEST_CASE(dcp_subtitle_trim_test) { dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME, dcp::VerificationNote::Code::MISSING_CPL_METADATA, - dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION, + dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION_BV21, }); dcp::SMPTETextAsset asset(find_file(film->dir(film->dcp_name()), "sub_")); |
