diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-30 00:14:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-30 00:14:01 +0100 |
| commit | 1713b44ac4727f4de6a899b27e49f104324ccfa6 (patch) | |
| tree | 98aaebb91a351c2192abc2e5af5ced30eeebe1a4 /src/smpte_subtitle_asset.h | |
| parent | f3fb557c4fdaed2e642e8c30a0363af5042beaa5 (diff) | |
Comments.
Diffstat (limited to 'src/smpte_subtitle_asset.h')
| -rw-r--r-- | src/smpte_subtitle_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h index e5ac5e96..ffe5b6d9 100644 --- a/src/smpte_subtitle_asset.h +++ b/src/smpte_subtitle_asset.h @@ -164,6 +164,7 @@ private: * content presented may be less than this. */ int64_t _intrinsic_duration; + /** <ContentTitleText> from the asset */ std::string _content_title_text; boost::optional<std::string> _language; boost::optional<std::string> _annotation_text; |
