Fix incorrect reel lengths when start-trimmed movie content follows
[dcpomatic.git] / src / lib / overlaps.h
index e8216fce0c6b1ac63964aaa180cc5532a188c52c..e5b3fc38e0b67e0813809afa5e3b8ce141575cc6 100644 (file)
@@ -24,8 +24,9 @@
 class ContentPart;
 
 /** @return Pieces of content with a given part (video, audio,
- * subtitle) that overlap a specified time range in the given
- * ContentList */
+ *  subtitle) that overlap a specified time range in the given
+ *  ContentList
+ */
 ContentList overlaps (
        ContentList cl, boost::function<boost::shared_ptr<ContentPart> (boost::shared_ptr<const Content>)> part, DCPTime from, DCPTime to
        );