diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-11 22:57:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-11 22:57:11 +0200 |
| commit | b926b52fba5952b6e826cad9814befdb3b264f1b (patch) | |
| tree | f679e84f18f04a5731604f4d4904207bec554244 /src/reel_interop_closed_caption_asset.h | |
| parent | 811edcecf4c9b19c5f50bde32517c2a31644b635 (diff) | |
Fix typos in variable names.
Diffstat (limited to 'src/reel_interop_closed_caption_asset.h')
| -rw-r--r-- | src/reel_interop_closed_caption_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_interop_closed_caption_asset.h b/src/reel_interop_closed_caption_asset.h index dd60ad71..5e8f7c1e 100644 --- a/src/reel_interop_closed_caption_asset.h +++ b/src/reel_interop_closed_caption_asset.h @@ -51,7 +51,7 @@ namespace dcp { class ReelInteropClosedCaptionAsset : public ReelClosedCaptionAsset { public: - ReelInteropClosedCaptionAsset (std::shared_ptr<InteropSubtitleAsset> asset, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point); + ReelInteropClosedCaptionAsset (std::shared_ptr<InteropSubtitleAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); explicit ReelInteropClosedCaptionAsset (std::shared_ptr<const cxml::Node>); std::shared_ptr<const InteropSubtitleAsset> interop_asset () const { |
