summaryrefslogtreecommitdiff
path: root/src/smpte_subtitle_asset.h
diff options
context:
space:
mode:
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;