diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-01 18:16:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-03 01:32:04 +0100 |
| commit | 6d63b5b8fbb1aebd9ecb5748209d1e8285659fd6 (patch) | |
| tree | 337ce153a2c361ed389c146d4d635c6dfaa4f21f | |
| parent | a5e1a485a825a0967142fae98488fc79e345cb4a (diff) | |
Missing language from test causing Clairmeta to give an error.v2.18.10
I don't know why this wasn't a problem before; perhaps the subtitle
was entirely discarded as it goes to 10s but in the metadata the
length is only 6.351.
| -rw-r--r-- | test/subtitle_font_id_change_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/subtitle_font_id_change_test.cc b/test/subtitle_font_id_change_test.cc index 17d732772..9d5f9020f 100644 --- a/test/subtitle_font_id_change_test.cc +++ b/test/subtitle_font_id_change_test.cc @@ -80,6 +80,7 @@ BOOST_AUTO_TEST_CASE(subtitle_font_id_change_test2) * which obscures the point of this test. */ content[0]->_last_write_times[0] = boost::filesystem::last_write_time("test/data/short.srt"); + content[0]->only_text()->set_language(dcp::LanguageTag("de")); CheckContentJob check(film); check.run(); |
