From 06c28c700f0a398a3289c4adfa83ceb2d0fc999d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 28 Jun 2024 20:12:51 +0200 Subject: Merge ReelClosedCaptionAsset into ReelTextAsset. --- src/reel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/reel.h') diff --git a/src/reel.h b/src/reel.h index 7c9ba0d4..28e574ea 100644 --- a/src/reel.h +++ b/src/reel.h @@ -113,7 +113,7 @@ public: return _main_markers; } - std::vector> closed_captions () const { + std::vector> closed_captions () const { return _closed_captions; } @@ -147,7 +147,7 @@ private: std::shared_ptr _main_sound; std::shared_ptr _main_subtitle; std::shared_ptr _main_markers; - std::vector> _closed_captions; + std::vector> _closed_captions; std::shared_ptr _atmos; std::vector _kdms; -- cgit v1.2.3