From 78012b8cf9b4c6e35b425c97b6432551ce635c3a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 Jun 2016 16:08:22 +0100 Subject: Add 3D video frame type for, e.g. 3D DCP inputs (part of #806). --- src/lib/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/types.h') diff --git a/src/lib/types.h b/src/lib/types.h index 8513fde51..041db1786 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -78,6 +78,8 @@ typedef int64_t Frame; enum VideoFrameType { VIDEO_FRAME_TYPE_2D, + /** `True' 3D content, e.g. 3D DCPs */ + VIDEO_FRAME_TYPE_3D, VIDEO_FRAME_TYPE_3D_LEFT_RIGHT, VIDEO_FRAME_TYPE_3D_TOP_BOTTOM, VIDEO_FRAME_TYPE_3D_ALTERNATE, -- cgit v1.2.3