diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-05 14:07:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-05 16:26:56 +0100 |
| commit | a31cfda11a8e3260cdf267be056cb9b4f4b158dd (patch) | |
| tree | 0fa8069cd0797addb68de1b2f28a0d3ee2632810 /src/lib/player.cc | |
| parent | 86515d34200fa2a387e48b117eed9b02cabde30d (diff) | |
Remove some 3D stuff I think is unnecessary since the changes in 2f12058c535045cecc226fe47b3d60da8851a862v2.16.46
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index abcefcab5..610d7748d 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -1422,16 +1422,6 @@ Player::emit_video (shared_ptr<PlayerVideo> pv, DCPTime time) auto film = _film.lock(); DCPOMATIC_ASSERT(film); - if (!film->three_d()) { - if (pv->eyes() == Eyes::LEFT) { - /* Use left-eye images for both eyes... */ - pv->set_eyes (Eyes::BOTH); - } else if (pv->eyes() == Eyes::RIGHT) { - /* ...and discard the right */ - return; - } - } - /* We need a delay to give a little wiggle room to ensure that relevant subtitles arrive at the player before the video that requires them. */ |
