diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-02 01:26:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-02 01:26:13 +0000 |
| commit | d9a189571d94e656e137db115c1070ae161984ee (patch) | |
| tree | e4caa0f0735d9c840942ffa924755da7ef1cbfe6 /src/subtitle_asset.h | |
| parent | 6d7dc1a2b650a74f23b772d215bb43d5f7b3e173 (diff) | |
Tidy operator<= for libdcp::Time somewhat. Change subtitles_at to subtitles_during as it's a better API for dcptocomps.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 3dfbe7e2..1571e569 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -154,7 +154,7 @@ public: return _language; } - std::list<boost::shared_ptr<Subtitle> > subtitles_at (Time t) const; + std::list<boost::shared_ptr<Subtitle> > subtitles_during (Time from, Time to) const; std::list<boost::shared_ptr<Subtitle> > const & subtitles () const { return _subtitles; } |
