diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/smpte_subtitle_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h index 19e22e0c..83abdfbf 100644 --- a/src/smpte_subtitle_asset.h +++ b/src/smpte_subtitle_asset.h @@ -124,6 +124,10 @@ public: _intrinsic_duration = d; } + int64_t intrinsic_duration () const { + return _intrinsic_duration; + } + /** @return title of the film that these subtitles are for, * to be presented to the user */ |
