diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-14 12:01:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-14 12:01:44 +0000 |
| commit | 41ec4d3eabe34727629d6e2f4cf3aeb96879f44d (patch) | |
| tree | 15aedbfb8d54c28774cd274b47f8d4af54103ff6 /src/lib | |
| parent | 736a4f25ae1e97e9abf029b6c78a212a348586c6 (diff) | |
Fix test for change to marked_up.
Diffstat (limited to 'src/lib')
| -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 f539896ce..02bf3ec65 100644 --- a/src/lib/render_subtitles.h +++ b/src/lib/render_subtitles.h @@ -25,7 +25,7 @@ class Font; -std::string marked_up (std::list<SubtitleString> subtitles, int target_height); +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 ); |
