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/subtitle_reel_test.cc | |
| parent | c6c81128909add9908c5a13e156cd91dde001eec (diff) | |
Bump libdcp for very invalid subtitle duration checks.
Diffstat (limited to 'test/subtitle_reel_test.cc')
| -rw-r--r-- | test/subtitle_reel_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subtitle_reel_test.cc b/test/subtitle_reel_test.cc index d72a543fd..b9c2541fd 100644 --- a/test/subtitle_reel_test.cc +++ b/test/subtitle_reel_test.cc @@ -254,7 +254,7 @@ BOOST_AUTO_TEST_CASE(bad_subtitle_not_created_at_reel_boundaries) film, { 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, }); } |
