diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-13 01:38:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-13 01:38:56 +0200 |
| commit | 51ae14c7e304d4fbc8d7524d584f3f4762d51f67 (patch) | |
| tree | 3c27f3924ddb4b982338384ae759e858d6cc697b /src/reel_closed_caption_asset.h | |
| parent | ee23803a3dced33ae93346dd1e5cb6453d873023 (diff) | |
Make ReelAsset the parent of ReelFileAsset.
Diffstat (limited to 'src/reel_closed_caption_asset.h')
| -rw-r--r-- | src/reel_closed_caption_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_closed_caption_asset.h b/src/reel_closed_caption_asset.h index 44ae83f3..a1f3b6ec 100644 --- a/src/reel_closed_caption_asset.h +++ b/src/reel_closed_caption_asset.h @@ -56,7 +56,7 @@ namespace dcp { /** @class ReelClosedCaptionAsset * @brief Part of a Reel's description which refers to a closed caption XML/MXF file */ -class ReelClosedCaptionAsset : public ReelAsset, public ReelFileAsset +class ReelClosedCaptionAsset : public ReelFileAsset { public: ReelClosedCaptionAsset (std::shared_ptr<SubtitleAsset> asset, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point); |
