diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-14 12:58:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-14 12:58:57 +0100 |
| commit | b5e7d7127cf06f5309d2ac652d41861de59d6232 (patch) | |
| tree | a20e9c99823078b3c5d895b69f7861946f4fa7f4 /src/lib/player_video.h | |
| parent | a30b789020ae356d8e15c6943ae5706b83df5b84 (diff) | |
Discard right-eye images when using 3D sources to make 2D DCPs.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 50848cde7..b5acd9686 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -74,6 +74,10 @@ public: return _eyes; } + void set_eyes (Eyes e) { + _eyes = e; + } + boost::optional<ColourConversion> colour_conversion () const { return _colour_conversion; } |
