diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-28 23:34:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-29 11:58:06 +0100 |
| commit | 1db0293ad36605da9ca8daa8736ef581f4f6a34e (patch) | |
| tree | fb613032d7f8a1712cf10f99ebbf6215e4145c5a /src/wx/closed_captions_dialog.h | |
| parent | ec97893127a2d59871d92c9e658b6b1ab3100b40 (diff) | |
Basics of splitting CCAP streams into different assets.
Diffstat (limited to 'src/wx/closed_captions_dialog.h')
| -rw-r--r-- | src/wx/closed_captions_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/closed_captions_dialog.h b/src/wx/closed_captions_dialog.h index 3da7f6522..3818e3812 100644 --- a/src/wx/closed_captions_dialog.h +++ b/src/wx/closed_captions_dialog.h @@ -20,6 +20,7 @@ #include "lib/dcpomatic_time.h" #include "lib/player.h" +#include "lib/text_ring_buffers.h" #include <wx/wx.h> class Butler; @@ -36,7 +37,7 @@ public: private: void paint (); - boost::optional<std::pair<PlayerText, DCPTimePeriod> > _current; + boost::optional<TextRingBuffers::Data> _current; bool _current_in_lines; std::vector<wxString> _lines; boost::weak_ptr<Butler> _butler; |
