Add 3D video frame type for, e.g. 3D DCP inputs (part of #806).
[dcpomatic.git] / src / wx / video_panel.cc
index 8a8dbd181609e5c15734cc2fc4770bcdb5fd5c20..18d5894830f0a57fa5cf70eb26c4535cb8d82eff 100644 (file)
@@ -232,6 +232,7 @@ VideoPanel::VideoPanel (ContentPanel* p)
        }
 
        _frame_type->wrapped()->Append (_("2D"));
+       _frame_type->wrapped()->Append (_("3D"));
        _frame_type->wrapped()->Append (_("3D left/right"));
        _frame_type->wrapped()->Append (_("3D top/bottom"));
        _frame_type->wrapped()->Append (_("3D alternate"));