diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-06-23 20:35:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-06-23 20:35:15 +0100 |
| commit | 4fbe44913582d6cc48a7d61145f3170fb0eec595 (patch) | |
| tree | 509d824e0e21820b54559beff168637178e4c823 /src/lib/player.h | |
| parent | 931b81e323c41a05b5f5612350ebc42ff20e97cb (diff) | |
Add a OV/VF test; tidy up a bit.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 20d9c9388..b4d00223b 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -165,9 +165,6 @@ private: }; std::map<AudioStreamPtr, StreamState> _stream_states; - std::list<DCPTimePeriod> _no_video; - std::list<DCPTimePeriod> _no_audio; - ActiveSubtitles _active_subtitles; boost::shared_ptr<AudioProcessor> _audio_processor; |
