diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-12 15:29:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-15 10:28:12 +0100 |
| commit | 42ebd462686e403711bed5fa4be23a498795754b (patch) | |
| tree | 483714ed21a4312c7d68659be9fe71fa17bf09bf /test/subtitle_timing_test.cc | |
| parent | 27513a18c7bb63a9142d40b866a026d1bcc17134 (diff) | |
Inspect all DCPs made during tests with ClairMeta.76-dcp-inspect
Diffstat (limited to 'test/subtitle_timing_test.cc')
| -rw-r--r-- | test/subtitle_timing_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subtitle_timing_test.cc b/test/subtitle_timing_test.cc index e5a4133ad..79cc68849 100644 --- a/test/subtitle_timing_test.cc +++ b/test/subtitle_timing_test.cc @@ -44,7 +44,7 @@ BOOST_AUTO_TEST_CASE (test_subtitle_timing_with_frame_rate_change) auto picture = content_factory("test/data/flat_red.png")[0]; auto sub = content_factory("test/data/hour.srt")[0]; - sub->text.front()->set_language(dcp::LanguageTag("en-GB")); + sub->text.front()->set_language(dcp::LanguageTag("en")); auto film = new_test_film2(name, { picture, sub }, &cl); picture->set_video_frame_rate(film, content_frame_rate); |
