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_smpte_closed_caption_asset.h | |
| parent | 811edcecf4c9b19c5f50bde32517c2a31644b635 (diff) | |
Fix typos in variable names.
Diffstat (limited to 'src/reel_smpte_closed_caption_asset.h')
| -rw-r--r-- | src/reel_smpte_closed_caption_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_smpte_closed_caption_asset.h b/src/reel_smpte_closed_caption_asset.h index 8b38d2ad..32a79efd 100644 --- a/src/reel_smpte_closed_caption_asset.h +++ b/src/reel_smpte_closed_caption_asset.h @@ -52,7 +52,7 @@ namespace dcp { class ReelSMPTEClosedCaptionAsset : public ReelClosedCaptionAsset { public: - ReelSMPTEClosedCaptionAsset (std::shared_ptr<SMPTESubtitleAsset> asset, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point); + ReelSMPTEClosedCaptionAsset (std::shared_ptr<SMPTESubtitleAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); explicit ReelSMPTEClosedCaptionAsset (std::shared_ptr<const cxml::Node>); std::shared_ptr<SMPTESubtitleAsset> smpte_asset () { |
