diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-20 19:55:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-20 19:55:22 +0100 |
| commit | ad70feebe3a9a89865185b05e084b326637ff81e (patch) | |
| tree | d440c1c5ab27cb5cde4333943654d57a40793684 /src/lib/active_captions.h | |
| parent | f82bdaa6ffe1a9e62a010de405f8bbb7ea392f00 (diff) | |
Untested; allow viewing of subtitles or closed captions in the preview.
Diffstat (limited to 'src/lib/active_captions.h')
| -rw-r--r-- | src/lib/active_captions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/active_captions.h b/src/lib/active_captions.h index 718ba393e..e0e8acf8e 100644 --- a/src/lib/active_captions.h +++ b/src/lib/active_captions.h @@ -36,7 +36,7 @@ class Piece; class ActiveCaptions : public boost::noncopyable { public: - std::list<PlayerCaption> get_burnt (DCPTimePeriod period, bool always_burn_subtitles) const; + std::list<PlayerCaption> get_burnt (DCPTimePeriod period, bool always_burn_captions) const; void clear_before (DCPTime time); void clear (); void add_from (boost::weak_ptr<Piece> piece, PlayerCaption ps, DCPTime from); |
