summaryrefslogtreecommitdiff
path: root/test/kdm_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-28 19:27:50 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-17 12:57:31 +0200
commitb64644327bff333569bf4a60f1d7c3d46f058b48 (patch)
treec7332cca06c2a171ce91c691760686d03882c919 /test/kdm_test.cc
parent32f8cc149c8c78c82f9f7e3689e43c11da362968 (diff)
Reel{,Interop,SMPTE}SubtitleAsset -> Reel{,Interop,SMPTE}TextAsset.
Diffstat (limited to 'test/kdm_test.cc')
-rw-r--r--test/kdm_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/kdm_test.cc b/test/kdm_test.cc
index 75a6019e..4ab1a204 100644
--- a/test/kdm_test.cc
+++ b/test/kdm_test.cc
@@ -41,7 +41,7 @@
#include "reel.h"
#include "reel_mono_picture_asset.h"
#include "reel_sound_asset.h"
-#include "reel_smpte_subtitle_asset.h"
+#include "reel_smpte_text_asset.h"
#include "smpte_subtitle_asset.h"
#include "test.h"
#include "types.h"
@@ -335,7 +335,7 @@ BOOST_AUTO_TEST_CASE (vf_kdm_test)
subs->add_font ("afont", data);
subs->write (vf_path / "subs.xml");
- auto reel_subs = make_shared<dcp::ReelSMPTESubtitleAsset>(subs, dcp::Fraction(24, 1), 192, 0);
+ auto reel_subs = make_shared<dcp::ReelSMPTETextAsset>(subs, dcp::Fraction(24, 1), 192, 0);
auto reel = make_shared<dcp::Reel>(ov_reel_picture, ov_reel_sound, reel_subs);