diff options
Diffstat (limited to 'src/reel_smpte_text_asset.h')
| -rw-r--r-- | src/reel_smpte_text_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel_smpte_text_asset.h b/src/reel_smpte_text_asset.h index b3c2f655..68459c30 100644 --- a/src/reel_smpte_text_asset.h +++ b/src/reel_smpte_text_asset.h @@ -56,6 +56,8 @@ public: ReelSMPTETextAsset(TextType type, std::shared_ptr<SMPTETextAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); explicit ReelSMPTETextAsset(std::shared_ptr<const cxml::Node>); + bool can_be_read() const override; + std::shared_ptr<const SMPTETextAsset> smpte_asset() const { return asset_of_type<const SMPTETextAsset>(); } |
