video_common: Added color conversion output range 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
b2e71e7c25
commit
28e98ff731
1 changed files with 8 additions and 0 deletions
|
@ -225,6 +225,14 @@ typedef enum {
|
|||
XVID_BT_UNKNOWN
|
||||
} XVid_ColorConversionStd;
|
||||
|
||||
/* Color conversion output range. */
|
||||
typedef enum {
|
||||
XVID_16_235 = 0,
|
||||
XVID_16_240,
|
||||
XVID_0_255,
|
||||
XVID_UNKNOWN_RANGE
|
||||
} XVid_ColorRange;
|
||||
|
||||
/****************************** Type Definitions ******************************/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue