diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-01 10:02:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-01 10:02:09 +0100 |
| commit | 07f3a8fccdf9127b2eaf4a6f3425185dba73a23f (patch) | |
| tree | 6c09a684a005597ae83b113d7fa038b3dfb87737 /src/lib/types.h | |
| parent | f8cf68ca666e016d0e5d3834f7a006f93d803e73 (diff) | |
Basic support for separate 3D left/right sources.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index 8a16818bd..c255bd0d8 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -70,7 +70,11 @@ enum VideoFrameType VIDEO_FRAME_TYPE_2D, VIDEO_FRAME_TYPE_3D_LEFT_RIGHT, VIDEO_FRAME_TYPE_3D_TOP_BOTTOM, - VIDEO_FRAME_TYPE_3D_ALTERNATE + VIDEO_FRAME_TYPE_3D_ALTERNATE, + /** This content is all the left frames of some 3D */ + VIDEO_FRAME_TYPE_3D_LEFT, + /** This content is all the right frames of some 3D */ + VIDEO_FRAME_TYPE_3D_RIGHT }; enum Eyes |
