From 5ee3348142f4cfafdbcf2c9c833843d717affc11 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Jan 2016 01:24:19 +0000 Subject: Various IMF hacks. --- src/smpte_subtitle_asset.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/smpte_subtitle_asset.h') 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, @@ -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 _language; boost::optional _annotation_text; -- cgit v1.2.3