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/shared_subtitle_test.cc | |
| parent | 8e43142645252daeeaccbad7b9f3ed746c4b2382 (diff) | |
Subtitle{,String,Image} -> Text{,String,Image}.
Diffstat (limited to 'test/shared_subtitle_test.cc')
| -rw-r--r-- | test/shared_subtitle_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/shared_subtitle_test.cc b/test/shared_subtitle_test.cc index 4ae4f4ae..82595cd0 100644 --- a/test/shared_subtitle_test.cc +++ b/test/shared_subtitle_test.cc @@ -39,8 +39,8 @@ #include "interop_text_asset.h" #include "smpte_text_asset.h" -#include "subtitle_string.h" -#include "subtitle_image.h" +#include "text_string.h" +#include "text_image.h" #include "text_asset_internal.h" #include "reel_interop_text_asset.h" #include "reel.h" |
