diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 19:27:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | b64644327bff333569bf4a60f1d7c3d46f058b48 (patch) | |
| tree | c7332cca06c2a171ce91c691760686d03882c919 /test/encryption_test.cc | |
| parent | 32f8cc149c8c78c82f9f7e3689e43c11da362968 (diff) | |
Reel{,Interop,SMPTE}SubtitleAsset -> Reel{,Interop,SMPTE}TextAsset.
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index a927a5df..c8722907 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -126,7 +126,7 @@ BOOST_AUTO_TEST_CASE (encryption_test) cpl->add (make_shared<dcp::Reel>( make_shared<dcp::ReelMonoPictureAsset>(mp, 0), make_shared<dcp::ReelSoundAsset>(ms, 0), - shared_ptr<dcp::ReelSubtitleAsset>() + shared_ptr<dcp::ReelTextAsset>() )); cpl->set_content_version ( dcp::ContentVersion("urn:uri:81fb54df-e1bf-4647-8788-ea7ba154375b_2012-07-17T04:45:18+00:00", "81fb54df-e1bf-4647-8788-ea7ba154375b_2012-07-17T04:45:18+00:00") |
