diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-13 16:08:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-13 16:08:22 +0100 |
| commit | 78012b8cf9b4c6e35b425c97b6432551ce635c3a (patch) | |
| tree | 3e6045b6f94de0677af11bb5c0fe6e15af6900a6 /src/lib/types.h | |
| parent | 13aae5d8ff27886656ab7ea3ef1194987954bb3f (diff) | |
Add 3D video frame type for, e.g. 3D DCP inputs (part of #806).
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
