summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-06 21:58:15 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-06 21:58:15 +0100
commit0c82e61b2c6177c91a1a80caf6819e36728c004f (patch)
tree55bf5c71321bd465c8cfe524d27b11711fcf3b6a /src/reel.h
parent926aff7db1e5ad6c02743608e3792fdca39eea4a (diff)
CCAP fixes.
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel.h b/src/reel.h
index 193da52f..238ec3e0 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -92,6 +92,10 @@ public:
return _main_subtitle;
}
+ boost::shared_ptr<ReelClosedCaptionAsset> closed_caption () const {
+ return _closed_caption;
+ }
+
boost::shared_ptr<ReelAtmosAsset> atmos () const {
return _atmos;
}