diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-06 21:58:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-06 21:58:15 +0100 |
| commit | 0c82e61b2c6177c91a1a80caf6819e36728c004f (patch) | |
| tree | 55bf5c71321bd465c8cfe524d27b11711fcf3b6a /src/reel.h | |
| parent | 926aff7db1e5ad6c02743608e3792fdca39eea4a (diff) | |
CCAP fixes.
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; } |
