diff options
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 d2ea56bf..40eb6986 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -48,7 +48,7 @@ class ReelAsset : public Object { public: ReelAsset (); - ReelAsset (boost::shared_ptr<Content> content, int64_t entry_point); + ReelAsset (boost::shared_ptr<Content> content, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); ReelAsset (boost::shared_ptr<const cxml::Node>); virtual void write_to_cpl (xmlpp::Node* node, Standard standard) const; |
