summaryrefslogtreecommitdiff
path: root/src/reel_markers_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_markers_asset.h')
-rw-r--r--src/reel_markers_asset.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/reel_markers_asset.h b/src/reel_markers_asset.h
index 0066a27d..46542614 100644
--- a/src/reel_markers_asset.h
+++ b/src/reel_markers_asset.h
@@ -40,7 +40,7 @@ namespace dcp {
class ReelMarkersAsset : public ReelAsset
{
public:
- ReelMarkersAsset (Fraction edit_rate, int64_t entry_point);
+ ReelMarkersAsset (Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
explicit ReelMarkersAsset (std::shared_ptr<const cxml::Node>);
xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const;
@@ -57,8 +57,6 @@ protected:
std::string cpl_node_name (Standard) const;
private:
- void update_duration ();
-
std::map<Marker, Time> _markers;
};