diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-16 17:02:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-16 17:02:02 +0000 |
| commit | bec7cbcc015814452690a0f702cc41b6f5f56311 (patch) | |
| tree | 3cfbbd5c9d24f37dc4ea287b0a879ca7c2b36c33 /src | |
| parent | ea4ee8a073be604f7225fac31ccecddf9f8218d3 (diff) | |
Add edit_rate accessor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
