diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-04 23:14:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-05 00:49:33 +0100 |
| commit | e3033879f7693d40f652f013b00c76deed6994da (patch) | |
| tree | 16c6a62810d61306e15b0e81e8f4ef92015d0473 /test/kdm_test.cc | |
| parent | 6973568117ed23c300f5ffa538f7eae87a9a9927 (diff) | |
Rename everything.
Diffstat (limited to 'test/kdm_test.cc')
| -rw-r--r-- | test/kdm_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/kdm_test.cc b/test/kdm_test.cc index 6f06b4c9..b5deb356 100644 --- a/test/kdm_test.cc +++ b/test/kdm_test.cc @@ -42,7 +42,7 @@ #include "reel_mono_picture_asset.h" #include "reel_sound_asset.h" #include "reel_smpte_subtitle_asset.h" -#include "smpte_subtitle_asset.h" +#include "smpte_text_asset.h" #include "test.h" #include "types.h" #include "util.h" @@ -325,7 +325,7 @@ BOOST_AUTO_TEST_CASE (vf_kdm_test) /* Make VF */ - auto subs = make_shared<dcp::SMPTESubtitleAsset>(); + auto subs = make_shared<dcp::SMPTETextAsset>(); subs->add(simple_subtitle()); subs->set_key(key); |
