video_common: Added pixels per clock 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 2015-01-12 19:04:17 -08:00 committed by Nava kishore Manne
parent eb14ad87ac
commit dd2562b850

View file

@ -227,6 +227,14 @@ typedef enum {
XVID_BPC_UNKNOWN XVID_BPC_UNKNOWN
} XVid_DataWidth; } XVid_DataWidth;
/* Pixels per clock. */
typedef enum {
XVID_PPC_1 = 1,
XVID_PPC_2 = 2,
XVID_PPC_4 = 4,
XVID_PPC_NUM_SUPPORTED = 3,
} XVid_DataWidth;
/* Color space and chroma format. */ /* Color space and chroma format. */
typedef enum { typedef enum {
XVID_CS_RGB = 0, XVID_CS_RGB = 0,