summaryrefslogtreecommitdiff
path: root/src/smpte_subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-05 01:24:19 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-05 01:24:19 +0000
commit5ee3348142f4cfafdbcf2c9c833843d717affc11 (patch)
tree1c97c80eeccc6b5f515a611e35dee35b21d3b09b /src/smpte_subtitle_asset.h
parent740938890d95e853cf13d4780a5d674c3d6c7f6f (diff)
Various IMF hacks.imf
Diffstat (limited to 'src/smpte_subtitle_asset.h')
-rw-r--r--src/smpte_subtitle_asset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h
index a7adee6f..c23cd710 100644
--- a/src/smpte_subtitle_asset.h
+++ b/src/smpte_subtitle_asset.h
@@ -46,7 +46,7 @@ public:
/** @param file File name
*/
- SMPTESubtitleAsset (boost::filesystem::path file);
+ SMPTESubtitleAsset (boost::filesystem::path file, AssetType type);
bool equals (
boost::shared_ptr<const Asset>,
@@ -146,6 +146,7 @@ private:
* content presented may be less than this.
*/
int64_t _intrinsic_duration;
+ AssetType _type;
std::string _content_title_text;
boost::optional<std::string> _language;
boost::optional<std::string> _annotation_text;