diff options
Diffstat (limited to 'src/reel_subtitle_asset.h')
| -rw-r--r-- | src/reel_subtitle_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h index fd4c5cd1..a4e674ba 100644 --- a/src/reel_subtitle_asset.h +++ b/src/reel_subtitle_asset.h @@ -65,6 +65,8 @@ public: ReelSubtitleAsset (std::shared_ptr<SubtitleAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); explicit ReelSubtitleAsset (std::shared_ptr<const cxml::Node>); + xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const; + bool equals (std::shared_ptr<const ReelSubtitleAsset>, EqualityOptions, NoteHandler) const; std::shared_ptr<SubtitleAsset> asset () const { |
