xrt: Add interleaved stereo format

This commit is contained in:
Jakob Bornecrantz 2020-01-18 21:01:24 +00:00 committed by Jakob Bornecrantz
parent 467a540959
commit 576fcac5ae

View file

@ -84,8 +84,9 @@ enum xrt_format
enum xrt_stereo_format
{
XRT_STEREO_FORMAT_NONE,
XRT_STEREO_FORMAT_SBS, //!< Side by side
XRT_STEREO_FORMAT_OAU, //!< Over & Under
XRT_STEREO_FORMAT_SBS, //!< Side by side.
XRT_STEREO_FORMAT_INTERLEAVED, //!< Interleaved pixels.
XRT_STEREO_FORMAT_OAU, //!< Over & Under.
};
/*!