diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-24 00:41:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-24 00:41:32 +0100 |
| commit | bc6ef3ae7644c256e2339366e5aa14c4fa4bbee4 (patch) | |
| tree | 2bf418ab859d9c11b433f55549c26cbae3b3631e /src/reel_markers_asset.h | |
| parent | 066e30f30f851396bd6f10d50a448507e1c0b392 (diff) | |
Remove <EntryPoint> and <Duration> from <ReelMarkerAsset> tags.
They should not be there:
"EntryPoint" ... "This element shall only be present when the
Asset refers to an external resource such as a Track File".
Fixes DoM bug #2215.
Diffstat (limited to 'src/reel_markers_asset.h')
| -rw-r--r-- | src/reel_markers_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_markers_asset.h b/src/reel_markers_asset.h index e3fbb962..df87dcce 100644 --- a/src/reel_markers_asset.h +++ b/src/reel_markers_asset.h @@ -48,7 +48,7 @@ namespace dcp { class ReelMarkersAsset : public ReelAsset { public: - ReelMarkersAsset (Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); + ReelMarkersAsset (Fraction edit_rate, int64_t intrinsic_duration); explicit ReelMarkersAsset (std::shared_ptr<const cxml::Node>); xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const override; |
