diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-13 23:36:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-13 23:36:22 +0200 |
| commit | 488e3d1bd5e6b17d49f6db4df14c64f4b64db89b (patch) | |
| tree | 641fcf167b845df6eca68c54fdf1110a7a07a739 /src/reel_markers_asset.cc | |
| parent | 51ae14c7e304d4fbc8d7524d584f3f4762d51f67 (diff) | |
Remove ReelEncryptableAsset and tidy up a bit.
Diffstat (limited to 'src/reel_markers_asset.cc')
| -rw-r--r-- | src/reel_markers_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_markers_asset.cc b/src/reel_markers_asset.cc index c6339df5..55a50a68 100644 --- a/src/reel_markers_asset.cc +++ b/src/reel_markers_asset.cc @@ -105,7 +105,7 @@ xmlpp::Node* ReelMarkersAsset::write_to_cpl (xmlpp::Node* node, Standard standard) const { int const tcr = edit_rate().numerator / edit_rate().denominator; - auto asset = write_to_cpl_asset (node, standard, optional<string>()); + auto asset = ReelAsset::write_to_cpl (node, standard); auto ml = asset->add_child("MarkerList"); for (auto const& i: _markers) { auto m = ml->add_child("Marker"); |
