video_common: Added video format enumeration type.

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:00:32 -08:00 committed by Nava kishore Manne
parent 954a4047fd
commit eb14ad87ac

View file

@ -189,6 +189,12 @@ typedef enum {
XVID_VM_UHD_60_P = XVID_VM_3840x2160_60_P
} XVid_VideoMode;
/* Progressive/interlaced video format. */
typedef enum {
XVid_VM_PROGRESSIVE = 0,
XVid_VM_INTERLACED
} XVid_VideoFormat;
typedef enum {
XVID_FR_24HZ = 24,
XVID_FR_25HZ = 25,