diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-12 00:20:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-12 01:22:10 +0200 |
| commit | 2fa5b7bfeb3826c20f2fe80f272b556d61935063 (patch) | |
| tree | 20ff8625f91de07ee48411fed91caa941d5dd09e /src/reel_asset.h | |
| parent | 2c5e61891e7975f4c2d33a5f2ed144645e3078f9 (diff) | |
Split ReelClosedCaptionAsset into Interop and SMPTE parts.
Diffstat (limited to 'src/reel_asset.h')
| -rw-r--r-- | src/reel_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h index ba08c267..00355335 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -137,7 +137,7 @@ protected: virtual std::pair<std::string, std::string> cpl_node_attribute (Standard) const; /** @return Any namespace that should be used on the asset's node in the CPL */ - virtual std::pair<std::string, std::string> cpl_node_namespace (Standard) const; + virtual std::pair<std::string, std::string> cpl_node_namespace () const; xmlpp::Node* write_to_cpl_asset (xmlpp::Node* node, Standard standard, boost::optional<std::string> hash) const; |
