diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-22 12:25:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-22 12:25:35 +0100 |
| commit | 75712cfaf2a8ec8904d7d9552c542a2245bbbc17 (patch) | |
| tree | 5a7994b213e7baab5675351b13807719a44d7862 /src/lib/types.h | |
| parent | 3d9f434ef9db3e78eed808d6ecb2d26fd03c2902 (diff) | |
Basic UI.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index 458a2ecf3..b1b359810 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -34,6 +34,12 @@ typedef int64_t OutputAudioFrame; typedef int OutputVideoFrame; typedef std::vector<boost::shared_ptr<Content> > ContentList; +enum VideoFrameType +{ + VIDEO_FRAME_TYPE_2D, + VIDEO_FRAME_TYPE_3D_LEFT_RIGHT +}; + /** @struct Crop * @brief A description of the crop of an image or video. */ |
