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 /src/verify_report.cc | |
| parent | 32f8cc149c8c78c82f9f7e3689e43c11da362968 (diff) | |
Reel{,Interop,SMPTE}SubtitleAsset -> Reel{,Interop,SMPTE}TextAsset.
Diffstat (limited to 'src/verify_report.cc')
| -rw-r--r-- | src/verify_report.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify_report.cc b/src/verify_report.cc index 632e2a04..bcbda1ff 100644 --- a/src/verify_report.cc +++ b/src/verify_report.cc @@ -39,7 +39,7 @@ #include "reel.h" #include "reel_picture_asset.h" #include "reel_sound_asset.h" -#include "reel_subtitle_asset.h" +#include "reel_text_asset.h" #include "verify.h" #include "verify_report.h" |
