summaryrefslogtreecommitdiff
path: root/src/reel_markers_asset.h
AgeCommit message (Collapse)Author
2022-03-24Remove <EntryPoint> and <Duration> from <ReelMarkerAsset> tags.Carl Hetherington
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.
2021-04-14Fix/hide some warnings.Carl Hetherington
2021-01-24Tidying.Carl Hetherington
2021-01-24Tidying.Carl Hetherington
2021-01-18Require instrinsic duration of ReelMarkersAsset to be specified on construction.Carl Hetherington
We need the intrinsic duration to match other assets in the reel, so we can't just calculate it from the markers.
2021-01-08std::shared_ptrCarl Hetherington
2019-12-22Add accessors.Carl Hetherington
2019-03-19Missing include.Carl Hetherington
2019-03-17Finish initial CPL markers support.Carl Hetherington