diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-15 16:56:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-15 16:56:14 +0100 |
| commit | 77a346095f70c8bc648ca296b074d7f639fc75b1 (patch) | |
| tree | 42964c7475069d11930be0c9ddbe1a0c262b8680 /src/lib/render_subtitles.h | |
| parent | 8ae9067509c0ada6e7da0633b3b567ad2608e227 (diff) | |
Backport from master to fix fading of the main body of a subtitle not working at all.
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 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 ); |
