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:
parent
dcec31126a
commit
b2e71e7c25
1 changed files with 8 additions and 0 deletions
|
@ -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 ******************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue