Add 3D video frame type for, e.g. 3D DCP inputs (part of #806).
[dcpomatic.git] / src / lib / video_content.cc
index 66c63961e8142bb90c3778fe3fdefdf17d8ae281..a59e9669d62de990b6f4b9359476ee17bededcb4 100644 (file)
@@ -303,6 +303,7 @@ VideoContent::size_after_3d_split () const
        dcp::Size const s = size ();
        switch (frame_type ()) {
        case VIDEO_FRAME_TYPE_2D:
+       case VIDEO_FRAME_TYPE_3D:
        case VIDEO_FRAME_TYPE_3D_ALTERNATE:
        case VIDEO_FRAME_TYPE_3D_LEFT:
        case VIDEO_FRAME_TYPE_3D_RIGHT: