diff options
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. */ |
