summaryrefslogtreecommitdiff
path: root/src/reel_interop_closed_caption_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-13 23:36:22 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-13 23:36:22 +0200
commit488e3d1bd5e6b17d49f6db4df14c64f4b64db89b (patch)
tree641fcf167b845df6eca68c54fdf1110a7a07a739 /src/reel_interop_closed_caption_asset.h
parent51ae14c7e304d4fbc8d7524d584f3f4762d51f67 (diff)
Remove ReelEncryptableAsset and tidy up a bit.
Diffstat (limited to 'src/reel_interop_closed_caption_asset.h')
-rw-r--r--src/reel_interop_closed_caption_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_interop_closed_caption_asset.h b/src/reel_interop_closed_caption_asset.h
index 8031142d..bb5b5cec 100644
--- a/src/reel_interop_closed_caption_asset.h
+++ b/src/reel_interop_closed_caption_asset.h
@@ -54,12 +54,12 @@ public:
ReelInteropClosedCaptionAsset (std::shared_ptr<InteropSubtitleAsset> asset, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point);
explicit ReelInteropClosedCaptionAsset (std::shared_ptr<const cxml::Node>);
+ xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const override;
+
std::shared_ptr<InteropSubtitleAsset> interop_asset () const {
return std::dynamic_pointer_cast<InteropSubtitleAsset>(asset());
}
- xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const;
-
private:
std::string cpl_node_name (Standard) const;
std::pair<std::string, std::string> cpl_node_namespace () const override;