Inconsequential typo.
authorCarl Hetherington <cth@carlh.net>
Wed, 31 Jan 2018 01:00:15 +0000 (01:00 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 31 Jan 2018 01:00:15 +0000 (01:00 +0000)
src/reel_subtitle_asset.h

index 1642a46ef023067d471bdf788a58c7649b0ffd61..976ff56d2d976adbf83268ef998fa4bf6b4b0730 100644 (file)
@@ -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;