summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-31 01:00:15 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-31 01:00:15 +0000
commit165a195a377cab293b0dc7b7bdf62164b91cb843 (patch)
treee0cf4c9bf921e34c54de3718b91966b48f93c033 /src
parentd2593fb73b15c66dd2c9b28dad53a98186c2a70a (diff)
Inconsequential typo.
Diffstat (limited to 'src')
-rw-r--r--src/reel_subtitle_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h
index 1642a46e..976ff56d 100644
--- a/src/reel_subtitle_asset.h
+++ b/src/reel_subtitle_asset.h
@@ -52,7 +52,7 @@ class SubtitleAsset;
class ReelSubtitleAsset : public ReelAsset, public ReelMXF
{
public:
- ReelSubtitleAsset (boost::shared_ptr<SubtitleAsset> asset, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point);
+ ReelSubtitleAsset (boost::shared_ptr<SubtitleAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
explicit ReelSubtitleAsset (boost::shared_ptr<const cxml::Node>);
void write_to_cpl (xmlpp::Node* node, Standard standard) const;