From 75712cfaf2a8ec8904d7d9552c542a2245bbbc17 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 22 Jul 2013 12:25:35 +0100 Subject: Basic UI. --- src/lib/types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/types.h') 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 > 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. */ -- cgit v1.2.3