diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-22 21:29:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-22 21:29:40 +0100 |
| commit | dffc146e5387a0b3f7a671d845d6c3051b0e7067 (patch) | |
| tree | d92d003263699c7039fa685e5c09b5e3b3655f64 /src/lib/player.h | |
| parent | dea824f6ff41384a5e17e23de5434cf84eccff29 (diff) | |
On reflection showing CCAPs over the main picture doesn't make much sense.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index eda2d7eb0..d54d927cd 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -79,7 +79,7 @@ public: void set_video_container_size (dcp::Size); void set_ignore_video (); void set_ignore_caption (); - void set_always_burn_captions (CaptionType type); + void set_always_burn_open_captions (); void set_fast (); void set_play_referenced (); void set_dcp_decode_reduction (boost::optional<int> reduction); @@ -154,10 +154,7 @@ private: bool _ignore_video; /** true if the player should ignore all captions; i.e. never produce any */ bool _ignore_caption; - /** Type of captions that the player should always burn into the video regardless - of content settings. - */ - boost::optional<CaptionType> _always_burn_captions; + bool _always_burn_open_captions; /** true if we should try to be fast rather than high quality */ bool _fast; /** true if we should `play' (i.e output) referenced DCP data (e.g. for preview) */ |
