diff options
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; } |
