diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 23:12:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | 8e43142645252daeeaccbad7b9f3ed746c4b2382 (patch) | |
| tree | 6c029caa9f0c961087ec6145da0bbbb8abf17146 /test/kdm_test.cc | |
| parent | 06c28c700f0a398a3289c4adfa83ceb2d0fc999d (diff) | |
{,Interop,SMPTE}SubtitleAsset -> {,Interop,SMPTE}TextAsset.
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 91db326f..cf1a7fdc 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_text_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); |
