diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 20:12:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | 06c28c700f0a398a3289c4adfa83ceb2d0fc999d (patch) | |
| tree | 00b58dcb854767d037e166a804360b4c19e034e9 /src/reel.h | |
| parent | b64644327bff333569bf4a60f1d7c3d46f058b48 (diff) | |
Merge ReelClosedCaptionAsset into ReelTextAsset.
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -113,7 +113,7 @@ public: return _main_markers; } - std::vector<std::shared_ptr<ReelClosedCaptionAsset>> closed_captions () const { + std::vector<std::shared_ptr<ReelTextAsset>> closed_captions () const { return _closed_captions; } @@ -147,7 +147,7 @@ private: std::shared_ptr<ReelSoundAsset> _main_sound; std::shared_ptr<ReelTextAsset> _main_subtitle; std::shared_ptr<ReelMarkersAsset> _main_markers; - std::vector<std::shared_ptr<ReelClosedCaptionAsset>> _closed_captions; + std::vector<std::shared_ptr<ReelTextAsset>> _closed_captions; std::shared_ptr<ReelAtmosAsset> _atmos; std::vector<dcp::DecryptedKDM> _kdms; |
