summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-16 17:02:02 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-16 17:02:02 +0000
commitbec7cbcc015814452690a0f702cc41b6f5f56311 (patch)
tree3cfbbd5c9d24f37dc4ea287b0a879ca7c2b36c33 /src
parentea4ee8a073be604f7225fac31ccecddf9f8218d3 (diff)
Add edit_rate accessor.
Diffstat (limited to 'src')
-rw-r--r--src/reel_asset.h4
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;
}