From bec7cbcc015814452690a0f702cc41b6f5f56311 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Dec 2015 17:02:02 +0000 Subject: Add edit_rate accessor. --- src/reel_asset.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/reel_asset.h b/src/reel_asset.h index a1ad3cb1..6c501abf 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -68,6 +68,10 @@ public: return _asset_ref; } + Fraction edit_rate () const { + return _edit_rate; + } + int64_t intrinsic_duration () const { return _intrinsic_duration; } -- cgit v1.2.3