diff options
Diffstat (limited to 'src/reel_subtitle_asset.h')
| -rw-r--r-- | src/reel_subtitle_asset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h index 81265477..b8dcf6d7 100644 --- a/src/reel_subtitle_asset.h +++ b/src/reel_subtitle_asset.h @@ -44,6 +44,7 @@ #include "language_tag.h" #include "reel_asset.h" #include "reel_encryptable_asset.h" +#include "reel_file_asset.h" #include "subtitle_asset.h" @@ -59,7 +60,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 ReelEncryptableAsset +class ReelSubtitleAsset : public ReelAsset, public ReelFileAsset, public ReelEncryptableAsset { public: ReelSubtitleAsset (std::shared_ptr<SubtitleAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); |
