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.h | |
| parent | 1013175d5f6adfa0e6a7442e4c9aebb893787748 (diff) | |
Basics of multiple captions per content so that DCPContent can
hold subs and closed captions.
Diffstat (limited to 'src/lib/overlaps.h')
| -rw-r--r-- | src/lib/overlaps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/overlaps.h b/src/lib/overlaps.h index e5b3fc38e..7dd9802c3 100644 --- a/src/lib/overlaps.h +++ b/src/lib/overlaps.h @@ -28,5 +28,5 @@ class ContentPart; * ContentList */ ContentList overlaps ( - ContentList cl, boost::function<boost::shared_ptr<ContentPart> (boost::shared_ptr<const Content>)> part, DCPTime from, DCPTime to + ContentList cl, boost::function<bool (boost::shared_ptr<const Content>)> part, DCPTime from, DCPTime to ); |
