diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-26 21:52:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-26 21:52:21 +0100 |
| commit | 2f2643b6ddc36d6efcf4d41913ec4f711750e9c4 (patch) | |
| tree | 314e0b9866726c8cb67695ce338d2d926903020f /src/reel_subtitle_asset.h | |
| parent | d13f684575000397ee0e5c8371c4de3a48234432 (diff) | |
Rename ReelMXF -> ReelFileAsset.
Diffstat (limited to 'src/reel_subtitle_asset.h')
| -rw-r--r-- | src/reel_subtitle_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h index 93124140..67b0f844 100644 --- a/src/reel_subtitle_asset.h +++ b/src/reel_subtitle_asset.h @@ -43,7 +43,7 @@ #include "language_tag.h" #include "reel_asset.h" -#include "reel_mxf.h" +#include "reel_file_asset.h" #include "subtitle_asset.h" @@ -59,7 +59,7 @@ class SubtitleAsset; /** @class ReelSubtitleAsset * @brief Part of a Reel's description which refers to a subtitle XML/MXF file */ -class ReelSubtitleAsset : public ReelAsset, public ReelMXF +class ReelSubtitleAsset : public ReelAsset, public ReelFileAsset { public: ReelSubtitleAsset (std::shared_ptr<SubtitleAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); |
