video_common: Added color space and chroma format enumeration.

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Rohit Consul 2014-12-16 14:45:23 -08:00 committed by Nava kishore Manne
parent c4eb0ecff4
commit dcec31126a

View file

@ -208,6 +208,15 @@ typedef enum {
XVID_NUM_SUPPORTED_BPC = 5
} XVid_DataWidth;
/* Color space and chroma format. */
typedef enum {
XVID_RGB = 0,
XVID_YCRCB_444,
XVID_YCRCB_422,
XVID_YCRCB_420,
XVID_NUM_SUPPORTED_CHROMA_FORMAT
} XVid_ColorFormat;
/****************************** Type Definitions ******************************/
/**