video_common: Added color space conversion standards 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:47:49 -08:00 committed by Nava kishore Manne
parent dcec31126a
commit b2e71e7c25

View file

@ -217,6 +217,14 @@ typedef enum {
XVID_NUM_SUPPORTED_CHROMA_FORMAT XVID_NUM_SUPPORTED_CHROMA_FORMAT
} XVid_ColorFormat; } XVid_ColorFormat;
/* Color space conversion standards. */
typedef enum {
XVID_BT_2020 = 0,
XVID_BT_709,
XVID_BT_601,
XVID_BT_UNKNOWN
} XVid_ColorConversionStd;
/****************************** Type Definitions ******************************/ /****************************** Type Definitions ******************************/
/** /**