Fix 3D DCP handling in the player.
[dcpomatic.git] / src / tools / dcpomatic_player.cc
index d7e47081c92d03105f484c247d074af0e44d8eb1..9b45affd2a5c5576be947c29893fded65a541be0 100644 (file)
@@ -217,6 +217,10 @@ public:
                        dcp->subtitle->set_use (true);
                }
 
+               if (dcp->three_d()) {
+                       _film->set_three_d (true);
+               }
+
                Ratio const * r = Ratio::nearest_from_ratio(dcp->video->size().ratio());
                if (r) {
                        _film->set_container(r);