From 165a195a377cab293b0dc7b7bdf62164b91cb843 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 31 Jan 2018 01:00:15 +0000 Subject: Inconsequential typo. --- src/reel_subtitle_asset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 asset, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point); + ReelSubtitleAsset (boost::shared_ptr asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); explicit ReelSubtitleAsset (boost::shared_ptr); void write_to_cpl (xmlpp::Node* node, Standard standard) const; -- cgit v1.2.3