diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 21:49:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | a5adc9221d0af15f345cd3dbc76f37ee47fe65d5 (patch) | |
| tree | 0c53851f161fa38d6d7a081ba3de1fa030048ed2 /test/kdm_test.cc | |
| parent | 8e43142645252daeeaccbad7b9f3ed746c4b2382 (diff) | |
Subtitle{,String,Image} -> Text{,String,Image}.
Diffstat (limited to 'test/kdm_test.cc')
| -rw-r--r-- | test/kdm_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kdm_test.cc b/test/kdm_test.cc index cf1a7fdc..d2ae3042 100644 --- a/test/kdm_test.cc +++ b/test/kdm_test.cc @@ -326,7 +326,7 @@ BOOST_AUTO_TEST_CASE (vf_kdm_test) /* Make VF */ auto subs = make_shared<dcp::SMPTETextAsset>(); - subs->add(simple_subtitle()); + subs->add(simple_text()); subs->set_key(key); boost::filesystem::remove_all (vf_path); |
