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/vf_test.cc | |
| parent | c6c81128909add9908c5a13e156cd91dde001eec (diff) | |
Bump libdcp for very invalid subtitle duration checks.
Diffstat (limited to 'test/vf_test.cc')
| -rw-r--r-- | test/vf_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vf_test.cc b/test/vf_test.cc index 2b59b68ba..a0c48c5a6 100644 --- a/test/vf_test.cc +++ b/test/vf_test.cc @@ -128,7 +128,7 @@ BOOST_AUTO_TEST_CASE (vf_test2) dcp::VerificationNote::Code::EXTERNAL_ASSET, dcp::VerificationNote::Code::MISSING_SUBTITLE_LANGUAGE, dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME, - dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION + dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION_BV21, }, false ); |
