diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-31 21:36:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-31 21:36:36 +0000 |
| commit | 8bccd0af23b8e1ada43182c2531c21f06036ca37 (patch) | |
| tree | e8a71402c4804e673fa1e1c97bf7beeba40db37f /src/lib/render_subtitles.h | |
| parent | 2d04092a7938c078ade1a1f54a485b96a23d510c (diff) | |
Fix missing subtitles when they start just after the start of a frame.
Diffstat (limited to 'src/lib/render_subtitles.h')
| -rw-r--r-- | src/lib/render_subtitles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/render_subtitles.h b/src/lib/render_subtitles.h index 02bf3ec65..b1239bb3d 100644 --- a/src/lib/render_subtitles.h +++ b/src/lib/render_subtitles.h @@ -27,5 +27,5 @@ class Font; std::string marked_up (std::list<SubtitleString> subtitles, int target_height, float fade_factor); std::list<PositionImage> render_subtitles ( - std::list<SubtitleString>, std::list<boost::shared_ptr<Font> > fonts, dcp::Size, DCPTime + std::list<SubtitleString>, std::list<boost::shared_ptr<Font> > fonts, dcp::Size, DCPTime, int ); |
