diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-31 16:20:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-31 16:20:09 +0100 |
| commit | d0a0a4839f0e1e8d37f9f9ad41784c4d18210a6b (patch) | |
| tree | 17cc7260004a09a9d92dbb0f01e6156c0a58cc07 /src/lib/j2k_encoder.h | |
| parent | dd879e5254c1e005e60ccd135a37f70cb2fe3a75 (diff) | |
Allow repeat-frame to work with 3D.
Diffstat (limited to 'src/lib/j2k_encoder.h')
| -rw-r--r-- | src/lib/j2k_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/j2k_encoder.h b/src/lib/j2k_encoder.h index cc8a854eb..2180f3f6a 100644 --- a/src/lib/j2k_encoder.h +++ b/src/lib/j2k_encoder.h @@ -100,7 +100,7 @@ private: boost::shared_ptr<Writer> _writer; Waker _waker; - boost::shared_ptr<PlayerVideo> _last_player_video; + boost::shared_ptr<PlayerVideo> _last_player_video[EYES_COUNT]; boost::optional<DCPTime> _last_player_video_time; boost::signals2::scoped_connection _server_found_connection; |
