video_common: Added some common resolution name aliases.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-20 10:41:25 -08:00 committed by Nava kishore Manne
parent 13e6880ff5
commit f6d7ad2d02

View file

@ -186,7 +186,10 @@ typedef enum {
XVIDC_VM_PROG_END = (XVIDC_VM_NUM_SUPPORTED - 1),
/* Common naming. */
XVIDC_VM_VGA_60_P = XVIDC_VM_640x480_60_P,
XVIDC_VM_480_60_P = XVIDC_VM_720x480_60_P,
XVIDC_VM_SVGA_60_P = XVIDC_VM_800x600_60_P,
XVIDC_VM_XGA_60_P = XVIDC_VM_1024x768_60_P,
XVIDC_VM_720_50_P = XVIDC_VM_1280x720_50_P,
XVIDC_VM_720_60_P = XVIDC_VM_1280x720_60_P,
XVIDC_VM_WXGA_60_P = XVIDC_VM_1366x768_60_P,