diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 16:46:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 16:46:08 +0100 |
| commit | f0d79f2ee79becbcb7bc9065155eaa0963a6aa99 (patch) | |
| tree | 1820ffa94cd39d2c60382fbc66dc0f1a202a6f13 /src/lib/player.h | |
| parent | 611f2241c6732c2c38d87e129e51cf9d8d7a08b8 (diff) | |
Add SubtitleContent.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index f96d5ac69..32ef25d47 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -111,7 +111,9 @@ private: std::map<boost::shared_ptr<AudioContent>, boost::shared_ptr<Resampler> > _resamplers; boost::shared_ptr<TimedSubtitle> _subtitle; - Time _subtitle_offset; + Time _subtitle_content_time; + int _subtitle_offset; + float _subtitle_scale; }; #endif |
