diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-21 15:16:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-21 15:16:18 +0100 |
| commit | cbd4450197a083bf58bda510e626f73ba583cb66 (patch) | |
| tree | 2be308772512539570beab36beab02bde72d6d4b /src/lib/overlaps.cc | |
| parent | 1013175d5f6adfa0e6a7442e4c9aebb893787748 (diff) | |
Basics of multiple captions per content so that DCPContent can
hold subs and closed captions.
Diffstat (limited to 'src/lib/overlaps.cc')
| -rw-r--r-- | src/lib/overlaps.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/overlaps.cc b/src/lib/overlaps.cc index ccef4cef8..54077d96b 100644 --- a/src/lib/overlaps.cc +++ b/src/lib/overlaps.cc @@ -26,7 +26,7 @@ using boost::shared_ptr; using boost::function; -ContentList overlaps (ContentList cl, function<shared_ptr<ContentPart> (shared_ptr<const Content>)> part, DCPTime from, DCPTime to) +ContentList overlaps (ContentList cl, function<bool (shared_ptr<const Content>)> part, DCPTime from, DCPTime to) { ContentList overlaps; DCPTimePeriod period (from, to); |
